summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:44:03 +0000
committerEzio Melotti <ezio.melotti@gmail.com>2010-01-27 22:44:03 +0000
commitc570fac657994d4468bfe4ac1bc43c56ca101655 (patch)
treed71877a25766981f70e464bad692945609286eb9 /Doc/library/string.rst
parent291e86683f69572c5a8ccd591f6927b9bb294e50 (diff)
downloadcpython-c570fac657994d4468bfe4ac1bc43c56ca101655.tar.gz
updated/removed a few versionadded/versionchanged
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index d181841be3..f79eae5c62 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
Template strings
----------------
-.. versionadded:: 2.4
-
Templates provide simpler string substitutions as described in :pep:`292`.
Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
-based substitutions, using the following rules: