[issue13816] Two typos in the docs

2012-01-23 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue13816] Two typos in the docs

2012-01-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset a72ca8b23cdf by Georg Brandl in branch '3.2': #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. http://hg.python.org/cpython/rev/a72ca8b23cdf New changeset f4f9ab2fd51b by Georg Brandl in branch '2.7': #13816: fix two minor

[issue13816] Two typos in the docs

2012-01-23 Thread Georg Brandl
Georg Brandl added the comment: 1. Please report issues with the tracker to the meta-tracker at http://psf.upfronthosting.co.za/roundup/meta/. 2. You may object all you want, *i*th is invalid reST and a very quick tryout with "rst2html" would have shown you that. 3. Lastly, it is usual to te

[issue13816] Two typos in the docs

2012-01-23 Thread Justin Wehnes
Justin Wehnes added the comment: Fixed. -- Added file: http://bugs.python.org/file24302/issue13816.diff ___ Python tracker ___ ___ Py

[issue13816] Two typos in the docs

2012-01-23 Thread Stefan Krah
Changes by Stefan Krah : -- nosy: -skrah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: This stupid HG is so cryptic. SVN was so easy, now I can't even create a patch. Can you just fix those two typos as "key function" and "*i*th" please? Thank you. -- ___ Python tracker

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: Georg, I object to your comment about *i*th needing to be *i*\ th because currently in the source code we have it written as *i*'th which, by your logic, would need to be written as *i*\ 'th which is not so and is compiled/displayed/whatever perfectly as is, s

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: I wasn't able to remove the patch via "Delete Patch Set" but I did it by clicking on the Unlink button. So the "Delete Patch Set" option has a bug. -- ___ Python tracker _

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Changes by Boštjan Mejak : Removed file: http://bugs.python.org/file24293/fixed patch final.diff ___ Python tracker ___ ___ Python-bugs-list m

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Changes by Boštjan Mejak : Removed file: http://bugs.python.org/file24296/done deal.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: Ah, darn it! My last patch is a total garbage. But then an interesting thing happened: I wanted to delete my last patch set, but I got a "ProgrammingError at /review/13816/patchset/4039/delete schema "datetime" does not exist" and got all the Django nitty-grit

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: I hope the patch is now good. What do you think? -- Added file: http://bugs.python.org/file24296/done deal.diff ___ Python tracker ___ _

[issue13816] Two typos in the docs

2012-01-23 Thread Ezio Melotti
Ezio Melotti added the comment: You can check on the devguide the section about building the doc and see it yourself on the generated HTML. While building you will also see all the warnings caused by invalid markup. -- ___ Python tracker

[issue13816] Two typos in the docs

2012-01-23 Thread Boštjan Mejak
Boštjan Mejak added the comment: Georg, thanks for the tip. Is there any difference in reST between *i*\ th and *i*\th ? -- ___ Python tracker ___ _

[issue13816] Two typos in the docs

2012-01-22 Thread Georg Brandl
Georg Brandl added the comment: Sorry, but the patch introduces two markup errors: - *i*th is invalid reST, it needs to be *i*\ th - you broke the table markup (the vertical lines must be aligned) -- ___ Python tracker

[issue13816] Two typos in the docs

2012-01-22 Thread Boštjan Mejak
Boštjan Mejak added the comment: I fixed Justin's patch. Anyone cares to incorporate it? -- Added file: http://bugs.python.org/file24293/fixed patch final.diff ___ Python tracker __

[issue13816] Two typos in the docs

2012-01-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Justin, if you do a new patch, put both changes in one .diff. -- ___ Python tracker ___ ___ Python-

[issue13816] Two typos in the docs

2012-01-22 Thread Boštjan Mejak
Boštjan Mejak added the comment: Yeah, I guess I was kind of rude. Sorry about that. I think my proposal is acceptable. What do you think? -- ___ Python tracker ___

[issue13816] Two typos in the docs

2012-01-22 Thread Stefan Krah
Stefan Krah added the comment: > This is the last decision. Also, if anyone of you can, please then just > > incorporate that final patch that Justin will make. Thanks. Stop acting like a manager. A while ago a person had his account disabled for constantly bumping up issues and telling other

[issue13816] Two typos in the docs

2012-01-22 Thread Boštjan Mejak
Boštjan Mejak added the comment: Terry, I agree with you on having *i*th instead of *i*-th. The fact that "i" is written in italics eliminates the need of a hyphen. Justin, can I ask you to make a new patch which fixes "key-function" to "key function" and *i*'th to *i*th This is the last dec

[issue13816] Two typos in the docs

2012-01-21 Thread Stefan Krah
Stefan Krah added the comment: > ... with *n*th (italic n) as alternate form Knuth uses that in TAOCP, too. I think with or without italics it's the most frequently used form overall. Also the Lisp function is called nth and not n-th, even though in Lisp it is possible to use hyphens in functi

[issue13816] Two typos in the docs

2012-01-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: The Chicago Manual of Style. which is perhaps the mostly widely used general style manual in the US, uses 'th' as a suffix without ' or -. ie, 28th, etc except for 22d ('preferred' to 22nd) and 23d ('preferred' to 23rd). https://en.wiktionary.org/wiki/nth giv

[issue13816] Two typos in the docs

2012-01-18 Thread Justin Wehnes
Changes by Justin Wehnes : Added file: http://bugs.python.org/file24274/i_th_hyphen.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13816] Two typos in the docs

2012-01-18 Thread Justin Wehnes
Justin Wehnes added the comment: Removed the hyphen in function keys. Didn't really see a problem with using an apostrophe in 'ith' instead of a hyphen because I have seen it done both ways but changed it anyways. This is my first contribution so i needed the practice. Hope I did everything c

[issue13816] Two typos in the docs

2012-01-18 Thread Boštjan Mejak
Boštjan Mejak added the comment: I am deeply and truly sorry. Can we now fix this? -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue13816] Two typos in the docs

2012-01-18 Thread Georg Brandl
Georg Brandl added the comment: And not really working, as I get updates for all assignments to docs@python anyway. -- nosy: +georg.brandl ___ Python tracker ___ __

[issue13816] Two typos in the docs

2012-01-18 Thread Stefan Krah
Stefan Krah added the comment: Just as a note: It is not acceptable to be rude on the tracker or to remove people from the nosy list as you did in #13695. -- nosy: +skrah ___ Python tracker ___

[issue13816] Two typos in the docs

2012-01-18 Thread Boštjan Mejak
New submission from Boštjan Mejak : There's a typo in the docs 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." (delete the hyphen between words "key" and "functi