commit | fc29f27c162a236d2d879ab3fb803110628a0ccf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jan 02 20:25:14 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jan 02 20:25:14 2009 +0000 |
tree | cc68b3ee5ebf96d0e63161394c80a499f21ecae5 | |
parent | 511048673f8635b12f683eb9fc09f42c8ab871c7 [diff] [blame] |
#4811: fix markup glitches (mostly remains of the conversion), found by Gabriel Genellina.
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 @@ 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