diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-16 00:30:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-16 00:30:53 (GMT) |
commit | 48f3bd331cd798ba0aa0061713aead0466c0b970 (patch) | |
tree | 24e2cf98ba9a8c8a40f0a1e54fb657976d311f3d /Misc/NEWS | |
parent | 055d2e0da4d8a2cb40d84fa99ceda85443680e9c (diff) | |
download | cpython-48f3bd331cd798ba0aa0061713aead0466c0b970.zip cpython-48f3bd331cd798ba0aa0061713aead0466c0b970.tar.gz cpython-48f3bd331cd798ba0aa0061713aead0466c0b970.tar.bz2 |
Nits
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2195,7 +2195,7 @@ Library - Issue #8897: Fix sunau module, use bytes to write the header. Patch written by Thomas Jollans. -- Issue #8899: time.struct_time now has class and atribute docstrings. +- Issue #8899: time.struct_time now has class and attribute docstrings. - Issue #6470: Drop UNC prefix in FixTk. |