[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault
Févry Thibault added the comment: Updated the patch to no longer change BE to AE and fixed two mistakes in my correction. -- Added file: http://bugs.python.org/file31231/spelling_Lib.diff ___ Python tracker __

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Ezio Melotti
Ezio Melotti added the comment: Both AE and BE are OK, as long as each document is internally consistent. For new documents I think AE is preferred, but not forced. -- nosy: +ezio.melotti stage: -> patch review ___ Python tracker

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Févry Thibault
Févry Thibault added the comment: > I don't think there's a strict policy about using American spellings in the > source; I think spellings like 'behaviour' and 'grey' should be left alone. I didn't really know whether to change them or not and did not find an answer in the devguide (Might be

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-11 Thread Mark Dickinson
Mark Dickinson added the comment: Thanks for the patch. I don't think there's a strict policy about using American spellings in the source; I think spellings like 'behaviour' and 'grey' should be left alone. -- nosy: +mark.dickinson ___ Python trac

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: And here is a python_words.txt so you have to press enter less times :) -- Added file: http://bugs.python.org/file31225/python_words.txt ___ Python tracker

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
Févry Thibault added the comment: Note that I am not a very good python programmer so the attached script may look ugly to you, but it works. -- versions: +Python 3.3 Added file: http://bugs.python.org/file31224/spell.py ___ Python tracker

[issue18705] Fix arround 100 typos/spelling mistakes

2013-08-10 Thread Févry Thibault
New submission from Févry Thibault: In issue 18466 I had said I was planning to write a tool that checks python source code to see if they are spelling mistakes in comments/strings. As it was said there, the big issue was the fact that python has so many non-english words and that docstrings o