diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 10:22:36 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 10:22:36 +0200 |
| commit | a8037db69d832d764cf86970dd86479c68b15157 (patch) | |
| tree | 1fe6af013a142b409625bdddaffde956b3de084b /Doc/tutorial/stdlib2.rst | |
| parent | ed04388328c800675f1eb914b8f7971ef5c47980 (diff) | |
| parent | e418432dfbe63e19b75e7c51208fdc4c8808bf53 (diff) | |
| download | cpython-git-a8037db69d832d764cf86970dd86479c68b15157.tar.gz | |
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Diffstat (limited to 'Doc/tutorial/stdlib2.rst')
| -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 feaff8abb3..91dae0869e 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. |
