diff options
author | Georg Brandl <georg@python.org> | 2009-01-02 20:25:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-02 20:25:14 (GMT) |
commit | fc29f27c162a236d2d879ab3fb803110628a0ccf (patch) | |
tree | cc68b3ee5ebf96d0e63161394c80a499f21ecae5 /Doc/howto/functional.rst | |
parent | 511048673f8635b12f683eb9fc09f42c8ab871c7 (diff) | |
download | cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.zip cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.gz cpython-fc29f27c162a236d2d879ab3fb803110628a0ccf.tar.bz2 |
#4811: fix markup glitches (mostly remains of the conversion),
found by Gabriel Genellina.
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r-- | Doc/howto/functional.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index b717f80..6318e12 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -585,7 +585,7 @@ And here's an example of changing the counter: 9 >>> print it.next() Traceback (most recent call last): - File ``t.py'', line 15, in ? + File "t.py", line 15, in ? print it.next() StopIteration |