Skip to content

Commit

Permalink
Language edit
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFinegan authored Feb 23, 2024
1 parent 8930b70 commit ca2ccd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duck-typing-python/birds_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def fly(self):

class Albatross:
def swim(self):
print("The albatross is swimming.")
print("The albatross is swimming")

def fly(self):
print("The albatross is flying.")
print("The albatross is flying")

0 comments on commit ca2ccd3

Please sign in to comment.