Skip to content

Commit da21d3a

Browse files
committed
horrible mistake :(
1 parent d9ba3d8 commit da21d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basics/lists-and-tuples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ else:
324324

325325
```python
326326
namelist = ('wub_wub', 'RubyPinch', 'go|dfish', 'Nitori')
327-
namelist.append('pb122-two')
328-
if 'pb122-two' in namelist:
327+
namelist.append('pb122')
328+
if 'pb122' in namelist:
329329
print("Now I know Akuli!")
330330
```
331331

0 commit comments

Comments
 (0)