summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 00:49:18 +0200
committerÉric Araujo <merwok@netwok.org>2011-08-19 00:49:18 +0200
commit19f9b71ffea430bbab6fe993873bb2febd6f7af6 (patch)
tree8611ba4d7df76ddff9b95e40815a24900ba6aad2 /Doc/library/string.rst
parentd001ffe7455605219ae47867beb2b8eb643e4493 (diff)
downloadcpython-git-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.gz
Add a few missing source links from 2.7 and harmonize lib docs headers
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 3f9ec0b786..2443180f31 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -4,6 +4,9 @@
.. module:: string
:synopsis: Common string operations.
+**Source code:** :source:`Lib/string.py`
+
+--------------
.. seealso::
@@ -11,10 +14,6 @@
:ref:`string-methods`
-**Source code:** :source:`Lib/string.py`
-
---------------
-
String constants
----------------