This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benhoyt
Recipients benhoyt, docs@python, rhettinger
Date 2017-06-13.18:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497379763.32.0.322552703927.issue30659@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for namedtuple._replace() needs a tweak: currently its signature shows "kwargs" without the ** notation, indicating it's a single, positional argument. It should have the ** to indicate it's actually any number of keyword arguments.

See https://docs.python.org/3/library/collections.html#collections.somenamedtuple._replace and compare with the docs for the signature of Logger.debug() for example: https://docs.python.org/3/library/logging.html#logging.Logger.debug
History
Date User Action Args
2017-06-13 18:49:23benhoytsetrecipients: + benhoyt, rhettinger, docs@python
2017-06-13 18:49:23benhoytsetmessageid: <1497379763.32.0.322552703927.issue30659@psf.upfronthosting.co.za>
2017-06-13 18:49:23benhoytlinkissue30659 messages
2017-06-13 18:49:23benhoytcreate