diff options
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r-- | Doc/library/string.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index d181841..f79eae5 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: |