cpython: 09b88b5bebd0 (original) (raw)
Mercurial > cpython
changeset 83948:09b88b5bebd0
Issue #18079: Fix a typo in the tutorial. [#18079]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Tue, 28 May 2013 12:50:54 +0300 |
parents | eb1025b107c5(current diff)bde91dddbcbc(diff) |
children | 7446f53ba2d2 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/tutorial/introduction.rst 4 |
line wrap: on
line diff
--- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -447,9 +447,9 @@ example:: >>> x = [a, n] >>> x [['a', 'b', 'c'], [1, 2, 3]]