summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-12-03 17:55:12 (GMT)
committerThomas Wouters <thomas@python.org>2024-12-03 17:59:52 (GMT)
commit067145177975eadd61a0c907d0d177f7b6a5a3de (patch)
treea70156ca64b6f1bae57386c7b019c564227143db /Doc/library
parentdddea7c2328d498e0e73bb8619d2a3fa1e6f190e (diff)
downloadcpython-3.13.1.zip
cpython-3.13.1.tar.gz
cpython-3.13.1.tar.bz2
Python 3.13.1v3.13.1
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index e87a1eb..fdacf5a 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -944,7 +944,7 @@ always available.
This function should be used for specialized purposes only.
It is not guaranteed to exist in all implementations of Python.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.1
The result may include objects from other interpreters.