Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd47b19 commit 789f47eCopy full SHA for 789f47e
1 file changed
Doc/library/collections.rst
@@ -866,7 +866,7 @@ field names, the method and attribute names start with an underscore.
866
.. versionchanged:: 3.1
867
Returns an :class:`OrderedDict` instead of a regular :class:`dict`.
868
869
-.. method:: somenamedtuple._replace(kwargs)
+.. method:: somenamedtuple._replace(**kwargs)
870
871
Return a new instance of the named tuple replacing specified fields with new
872
values::
0 commit comments