summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-04 08:22:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-04 08:22:09 (GMT)
commite418432dfbe63e19b75e7c51208fdc4c8808bf53 (patch)
tree1620f50b05e3d4edea48a0693f643469572231cc /Doc/tutorial
parent21cf577526a6730d7fb38a44398749219ec96e9b (diff)
parent29b0a268220282c49024fb50eedfd325368b1a6a (diff)
downloadcpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.zip
cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.tar.gz
cpython-e418432dfbe63e19b75e7c51208fdc4c8808bf53.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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst
index bf4cf87..55a7c2e 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.