diff --git a/docs/functions.md b/docs/functions.md index f489c61..223e97d 100644 --- a/docs/functions.md +++ b/docs/functions.md @@ -439,7 +439,7 @@ def create_micro_brewery(name): # etc. ``` -... when you can specify a default argument instead? This also makes ist clear that you are expecting a string as the argument. +... when you can specify a default argument instead? This also makes it clear that you are expecting a string as the argument. **Good**: