There was an error while loading. Please reload this page.
1 parent b501b56 commit fef952aCopy full SHA for fef952a
1 file changed
Doc/tutorial/introduction.rst
@@ -447,9 +447,9 @@ example::
447
>>> x = [a, n]
448
>>> x
449
[['a', 'b', 'c'], [1, 2, 3]]
450
- >>> p[0]
+ >>> x[0]
451
['a', 'b', 'c']
452
- >>> p[0][1]
+ >>> x[0][1]
453
'b'
454
455
.. _tut-firststeps:
0 commit comments