diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 08:22:36 (GMT) |
commit | a8037db69d832d764cf86970dd86479c68b15157 (patch) | |
tree | 1fe6af013a142b409625bdddaffde956b3de084b /Doc/tutorial | |
parent | ed04388328c800675f1eb914b8f7971ef5c47980 (diff) | |
parent | e418432dfbe63e19b75e7c51208fdc4c8808bf53 (diff) | |
download | cpython-a8037db69d832d764cf86970dd86479c68b15157.zip cpython-a8037db69d832d764cf86970dd86479c68b15157.tar.gz cpython-a8037db69d832d764cf86970dd86479c68b15157.tar.bz2 |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/stdlib2.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index feaff8a..91dae08 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst @@ -1,8 +1,8 @@ .. _tut-brieftourtwo: ********************************************* -Brief Tour of the Standard Library -- Part II -********************************************* +Brief Tour of the Standard Library --- Part II +********************************************** This second tour covers more advanced modules that support professional programming needs. These modules rarely occur in small scripts. |