Skip to content

Commit 2fda1ef

Browse files
committed
Fix missing statement
Fixes satwikkansal#57
1 parent fc262f2 commit 2fda1ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ another_dict[1.0] = "Python"
755755
>>> some_bool = True
756756
>>> "wtf"*some_bool
757757
'wtf'
758+
>>> some_bool = False
758759
>>> "wtf"*some_bool
759760
''
760761
```

0 commit comments

Comments
 (0)