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 documentation of unittest
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: David Sterry, abarry, docs@python, python-dev, upendra-k14
Priority: normal Keywords: easy, patch

Created on 2016-01-08 00:46 by David Sterry, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typo.patch upendra-k14, 2016-01-08 05:57 Changed 'details' to 'detail'
Messages (4)
msg257731 - (view) Author: David Sterry (David Sterry) Date: 2016-01-08 00:46
In https://docs.python.org/2/library/unittest.html#basic-example the word "details" should be "detail".
msg257733 - (view) Author: Anilyka Barry (abarry) * (Python triager) Date: 2016-01-08 01:15
Think you can submit a patch?
msg257738 - (view) Author: Upendra Kumar (upendra-k14) * Date: 2016-01-08 05:57
I have submitted the patch for this small typo.
msg257739 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-08 06:02
New changeset ff3655d6c257 by Benjamin Peterson in branch '2.7':
fix typo in unittest docs (closes #26046)
https://hg.python.org/cpython/rev/ff3655d6c257

New changeset f24d22b44099 by Benjamin Peterson in branch '3.4':
fix typo in unittest docs (closes #26046)
https://hg.python.org/cpython/rev/f24d22b44099

New changeset 21567b4493c6 by Benjamin Peterson in branch '3.5':
merge 3.4 (#26046)
https://hg.python.org/cpython/rev/21567b4493c6

New changeset eeec6c5b5b79 by Benjamin Peterson in branch 'default':
merge 3.5 (#26046)
https://hg.python.org/cpython/rev/eeec6c5b5b79
History
Date User Action Args
2022-04-11 14:58:25adminsetgithub: 70234
2016-01-08 06:02:30python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg257739

resolution: fixed
stage: needs patch -> resolved
2016-01-08 05:57:41upendra-k14setfiles: + typo.patch

nosy: + upendra-k14
messages: + msg257738

keywords: + patch
2016-01-08 01:15:39abarrysetnosy: + abarry
title: Typo -> Typo in documentation of unittest
messages: + msg257733

keywords: + easy
stage: needs patch
2016-01-08 00:46:20David Sterrycreate