diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 13:42:13 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-04 13:42:13 (GMT) |
commit | 8b5528782a6d26da88a5eb1d6e58dbc57fc08244 (patch) | |
tree | 5b6581c5737320804208ed6d985d72a10212f22d | |
parent | e7f555b96915a2f152965a7ff70e162b890dc787 (diff) | |
download | cpython-8b5528782a6d26da88a5eb1d6e58dbc57fc08244.zip cpython-8b5528782a6d26da88a5eb1d6e58dbc57fc08244.tar.gz cpython-8b5528782a6d26da88a5eb1d6e58dbc57fc08244.tar.bz2 |
Fixed mismatching title overline.
-rw-r--r-- | Doc/tutorial/stdlib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib2.rst b/Doc/tutorial/stdlib2.rst index 2d11d55..22c2a4f 100644 --- a/Doc/tutorial/stdlib2.rst +++ b/Doc/tutorial/stdlib2.rst @@ -1,6 +1,6 @@ .. _tut-brieftourtwo: -********************************************* +********************************************** Brief Tour of the Standard Library --- Part II ********************************************** |