diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-10-20 17:19:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-20 17:19:47 (GMT) |
commit | 58ccd201fa74287ca9293c03136fcf1e19800ef9 (patch) | |
tree | dbf6bc18e3559f385aa41b047a50bc5718a15116 /Misc | |
parent | 24dc2f8c56697f9ee51a4887cf0814b6600c1815 (diff) | |
download | cpython-58ccd201fa74287ca9293c03136fcf1e19800ef9.zip cpython-58ccd201fa74287ca9293c03136fcf1e19800ef9.tar.gz cpython-58ccd201fa74287ca9293c03136fcf1e19800ef9.tar.bz2 |
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-10-19-21-41-20.bpo-36321.CFlxfy.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-19-21-41-20.bpo-36321.CFlxfy.rst b/Misc/NEWS.d/next/Library/2019-10-19-21-41-20.bpo-36321.CFlxfy.rst new file mode 100644 index 0000000..cf51d71 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-10-19-21-41-20.bpo-36321.CFlxfy.rst @@ -0,0 +1,2 @@ +Remove misspelled attribute. The 3.8 changelog noted that this would be +removed in 3.9. |