summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/types.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/types.rst b/Doc/library/types.rst
index 82300af..875916b 100644
--- a/Doc/library/types.rst
+++ b/Doc/library/types.rst
@@ -504,6 +504,8 @@ Additional Utility Classes and Functions
However, for a structured record type use :func:`~collections.namedtuple`
instead.
+ :class:`!SimpleNamespace` objects are supported by :func:`copy.replace`.
+
.. versionadded:: 3.3
.. versionchanged:: 3.9