diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 10:20:55 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 10:20:55 +0200 |
commit | 29b0a268220282c49024fb50eedfd325368b1a6a (patch) | |
tree | 89b9d0d2058d68ae7e44b8e5cc8bb547b23fa94c /Doc/tutorial | |
parent | de6efdb7727853186aba02b3dbc1d59665eedc89 (diff) | |
download | cpython-git-29b0a268220282c49024fb50eedfd325368b1a6a.tar.gz |
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 3714384eb6..8853d4ac1a 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. |