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.

classification
Title: Typo in Doc/whatsnew/3.3.rst
Type: behavior Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, python-dev, theller
Priority: normal Keywords: patch

Created on 2013-04-03 09:22 by theller, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
work.patch theller, 2013-04-03 09:22 review
Messages (2)
msg185901 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2013-04-03 09:22
Typo:  trucate instead of truncate
msg185907 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-03 10:18
New changeset 5dc976ce1b50 by R David Murray in branch '3.3':
#17623: fix whatsnew typo
http://hg.python.org/cpython/rev/5dc976ce1b50

New changeset 3c7a9c31001c by R David Murray in branch 'default':
Merge #17623: fix whatsnew typo
http://hg.python.org/cpython/rev/3c7a9c31001c
History
Date User Action Args
2022-04-11 14:57:43adminsetgithub: 61823
2013-04-03 10:18:37r.david.murraysetstatus: open -> closed
resolution: fixed
type: behavior
stage: resolved
2013-04-03 10:18:13python-devsetnosy: + python-dev
messages: + msg185907
2013-04-03 09:22:47thellercreate