aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/copy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/copy.rst')
-rw-r--r--Doc/library/copy.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/copy.rst b/Doc/library/copy.rst
index 95b41f988a0..210ad718800 100644
--- a/Doc/library/copy.rst
+++ b/Doc/library/copy.rst
@@ -122,6 +122,8 @@ and only supports named tuples created by :func:`~collections.namedtuple`,
This method should create a new object of the same type,
replacing fields with values from *changes*.
+ .. versionadded:: 3.13
+
.. seealso::