summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:25:53 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:26:12 (GMT)
commitf1eb0c0b0cd6ad24f3126e1df093aeb5845d6a88 (patch)
tree98b1f5e19f03714748ce593e87b5a25c259a16b9 /Doc/reference
parent1cc7551b3f9f71efbc88d96dce90f82de98b2454 (diff)
downloadcpython-3.15.0a3.zip
cpython-3.15.0a3.tar.gz
cpython-3.15.0a3.tar.bz2
Python 3.15.0a3v3.15.0a3
Diffstat (limited to 'Doc/reference')
-rw-r--r--Doc/reference/datamodel.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 97f55ac..d929721 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -2640,7 +2640,7 @@ Notes on using *__slots__*:
of the iterator's values. However, the *__slots__* attribute will be an empty
iterator.
-.. versionchanged:: next
+.. versionchanged:: 3.15
Allowed defining the *__dict__* and *__weakref__* *__slots__* for any class.