summaryrefslogtreecommitdiffstats
path: root/Doc/library/token.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:32 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:52 (GMT)
commitb092705907c758d4f9742028652c9802f9f03dd3 (patch)
tree8e8c378696b7be57fc177723dbd7ee1624943d12 /Doc/library/token.rst
parent5f01b00deae68c97823d568f863c5d42d959a05f (diff)
downloadcpython-3.14.0b1.zip
cpython-3.14.0b1.tar.gz
cpython-3.14.0b1.tar.bz2
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Doc/library/token.rst')
-rw-r--r--Doc/library/token.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/token.rst b/Doc/library/token.rst
index 1529d17..1f92b5d 100644
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -140,7 +140,7 @@ The token constants are:
The token string includes the prefix and the opening quote(s), but none
of the contents of the literal.
- .. versionadded:: next
+ .. versionadded:: 3.14
.. data:: TSTRING_MIDDLE
@@ -154,7 +154,7 @@ The token constants are:
:data:`LBRACE`, :data:`RBRACE`, :data:`EXCLAMATION` and :data:`COLON`
tokens.
- .. versionadded:: next
+ .. versionadded:: 3.14
.. data:: TSTRING_END
@@ -164,7 +164,7 @@ The token constants are:
The token string contains the closing quote(s).
- .. versionadded:: next
+ .. versionadded:: 3.14
.. data:: ENDMARKER