]> granicus.if.org Git - python/commit
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 18 Mar 2019 07:27:39 +0000 (00:27 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2019 07:27:39 +0000 (00:27 -0700)
commit23581c018fceb607fe829a41c6fbe81b4d502cab
tree9c8f76fb525ad1ac974a08ebac92812db7feeefa
parent6a16b18224fa98f6d192aa5014affeccc0376eb3
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2019-03-16-13-40-59.bpo-36321.s6crQx.rst [new file with mode: 0644]