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.
Created on 2011年04月21日 19:57 by rutsky, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| argparse_typo_missing_dot.patch | rutsky, 2011年04月21日 19:57 | |||
| Messages (3) | |||
|---|---|---|---|
| msg134241 - (view) | Author: Vladimir Rutsky (rutsky) | Date: 2011年04月21日 19:57 | |
There is missed dot at end of sentence in argparse module documentation. Please see attached patch for details. Patch based on official http://svn.python.org/projects/python/branches/py3k/ repository, but typo is also noted in Python 2.7 documentation. |
|||
| msg134247 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年04月21日 20:13 | |
New changeset f6ea7abc4eb2 by Ezio Melotti in branch '2.7': #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/f6ea7abc4eb2 New changeset 15f482996880 by Ezio Melotti in branch '3.2': #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. http://hg.python.org/cpython/rev/15f482996880 |
|||
| msg134249 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2011年04月21日 20:15 | |
Fixed, thanks for the report! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:16 | admin | set | github: 56114 |
| 2011年04月21日 20:15:09 | ezio.melotti | set | status: open -> closed assignee: docs@python -> ezio.melotti versions: + Python 3.2, Python 3.3, - Python 3.4 nosy: + ezio.melotti messages: + msg134249 resolution: fixed stage: resolved |
| 2011年04月21日 20:13:33 | python-dev | set | nosy:
+ python-dev messages: + msg134247 |
| 2011年04月21日 19:57:16 | rutsky | create | |