From f1e26372ebbd76bd20c014f0ceac0d9019c6138c Mon Sep 17 00:00:00 2001 From: Shahrokh Bahtooei <42028078+ShahrokhBahtooei@users.noreply.github.com> Date: Fri, 30 Oct 2020 15:33:49 +0330 Subject: [PATCH] Fix some typo --- docs/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**: