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 2012年01月02日 05:48 by Retro, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (13) | |||
|---|---|---|---|
| msg150451 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月02日 05:48 | |
Please visit the following link and fix the below text: http://docs.python.org/library/unittest.html#unittest.TestCase.assertEqual Changed in version 2.7: Added the automatic calling of >>>type-specific<<< equality function. Just add the hyphen. Thanks. |
|||
| msg150490 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月03日 01:19 | |
Also http://guide.python-distribute.org/quickstart.html#lay-out-your-project needs to have the first sentence fixed: "python" to "Python" and http://docs.python.org/library/functools.html#functools.cmp_to_key needs to have the word "Py3.x" fixed to "Python 3" (note: not to "Python 3.x" because functools.reduce() function also has the word "Python 3", so be consistent) |
|||
| msg151326 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月16日 06:29 | |
New changeset 2dd96cf324ee by Ezio Melotti in branch '2.7': #13695: fix a couple of typos in the doc. http://hg.python.org/cpython/rev/2dd96cf324ee New changeset bff9ab281385 by Ezio Melotti in branch '3.2': #13695: fix a couple of typos in the doc. http://hg.python.org/cpython/rev/bff9ab281385 New changeset 3b097e0892cf by Ezio Melotti in branch 'default': #13695: merge with 3.2. http://hg.python.org/cpython/rev/3b097e0892cf |
|||
| msg151327 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2012年01月16日 06:32 | |
I fixed both 'type-specific' and 'Python 3'. The python-distribute link is not part of our documentation so I can't fix it. |
|||
| msg151332 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月16日 06:57 | |
There's also one more typo in the doc for cmp_to_key() function. Fix the first sentence "Transform an old-style comparison function to a key-function." to "Transform an old-style comparison function to a key function." (note the removal of the hyphen between words "key" and "function") http://docs.python.org/library/functools.html#functools.cmp_to_key |
|||
| msg151344 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月16日 08:51 | |
Found one little bug again in http://docs.python.org/library/stdtypes.html#sequence-types-str-unicode-list-tuple-bytearray-buffer-xrange Look at the table with the fields Operation, Result, Notes, and fix the fifth record of the Result field from "i'th item of s, origin 0" to "i-th item of s, origin 0". So change only that apostrophe into a hyphen, so "i'th" to "i-th". |
|||
| msg151349 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年01月16日 10:39 | |
Would you care to explain why that change needs to be made? |
|||
| msg151397 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月16日 18:04 | |
I guess you're reffering to the "i'th" --> "i-th" thing. I found numerous occasions on the Internet that say like "n-th element blah blah blah", not "n'th element..." So I guess writting this thing as "i-th" would be correct here, too. |
|||
| msg151404 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年01月16日 20:00 | |
"numerous occasions" is not good enough. Why not let a native speaker decide? |
|||
| msg151456 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月17日 14:22 | |
Well, actually, it's the only correct way to write it (i-th). This is a simple orthographical error that was made. Ezio, please fix those two additional typos. And Georg, stop being such a wise-ass. |
|||
| msg151480 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2012年01月17日 19:14 | |
Once you start contributing anything useful, I will start treating it as such. |
|||
| msg151522 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月18日 08:31 | |
Shut up, Georg! Ezio, please fix this two additional typos to close this bug report for good. |
|||
| msg151546 - (view) | Author: Boštjan Mejak (Retro) | Date: 2012年01月18日 16:05 | |
I am closing this issue report and opening another issue report with the two new doc typos that were not reported here before the commit of Ezio Melotti. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 57904 |
| 2012年01月18日 16:05:19 | Retro | set | status: open -> closed nosy: - rhettinger, ezio.melotti, docs@python, python-dev messages: + msg151546 resolution: fixed |
| 2012年01月18日 15:55:01 | Retro | set | nosy:
- georg.brandl resolution: remind -> (no value) |
| 2012年01月18日 08:31:32 | Retro | set | messages: + msg151522 |
| 2012年01月17日 19:14:15 | georg.brandl | set | messages: + msg151480 |
| 2012年01月17日 14:22:23 | Retro | set | messages: + msg151456 |
| 2012年01月16日 20:00:26 | georg.brandl | set | messages: + msg151404 |
| 2012年01月16日 18:04:46 | Retro | set | messages: + msg151397 |
| 2012年01月16日 10:39:09 | georg.brandl | set | messages: + msg151349 |
| 2012年01月16日 08:51:43 | Retro | set | messages: + msg151344 |
| 2012年01月16日 07:06:11 | georg.brandl | set | assignee: ezio.melotti -> rhettinger nosy: + rhettinger |
| 2012年01月16日 06:57:20 | Retro | set | status: closed -> open resolution: fixed -> remind messages: + msg151332 |
| 2012年01月16日 06:32:03 | ezio.melotti | set | status: open -> closed messages: + msg151327 assignee: docs@python -> ezio.melotti resolution: fixed stage: needs patch -> resolved |
| 2012年01月16日 06:29:51 | python-dev | set | nosy:
+ python-dev messages: + msg151326 |
| 2012年01月03日 01:29:30 | ezio.melotti | set | nosy:
+ ezio.melotti stage: needs patch type: enhancement versions: - Python 3.1, Python 3.4 |
| 2012年01月03日 01:19:22 | Retro | set | nosy:
+ georg.brandl messages: + msg150490 |
| 2012年01月02日 05:48:08 | Retro | create | |