8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1c8f0 commit 6af5196Copy full SHA for 6af5196
basics/docstrings.md
@@ -44,7 +44,7 @@ thing(stuff)
44
```
45
46
That sucked! We have no idea about what it does based on this. All we
47
-know is that it takes a `thing` argument.
+know is that it takes a `stuff` argument.
48
49
This is when documentation strings or docstrings come in. All we need to
50
do is to add a string to the beginning of our function and it will show
0 commit comments