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.
2 parents ba238cf + 43a9c84 commit 82b4ea2Copy full SHA for 82b4ea2
README.md
@@ -722,7 +722,7 @@ print(x, ': x in global')
722
```py
723
# Let's initialize a row
724
row = [""]*3 #row i['', '', '']
725
-# Let's make a bord
+# Let's make a board
726
board = [row]*3
727
```
728
@@ -790,7 +790,7 @@ def some_func(default_arg=[]):
790
>>> some_func()
791
>>> some_func.__defaults__
792
(['some_string'],)
793
- >>> some)func()
+ >>> some_func()
794
795
(['some_string', 'some_string'],)
796
>>> some_func([])
0 commit comments