Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6af5196

Browse files
committed
typo fix
1 parent 7b1c8f0 commit 6af5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/docstrings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ thing(stuff)
4444
```
4545

4646
That sucked! We have no idea about what it does based on this. All we
47-
know is that it takes a `thing` argument.
47+
know is that it takes a `stuff` argument.
4848

4949
This is when documentation strings or docstrings come in. All we need to
5050
do is to add a string to the beginning of our function and it will show

0 commit comments

Comments
 (0)