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 often had variable names in them, so I had to work 
arround the issue and add a personal word list.

I only applied the tool to Lib/*.py yet, as it takes some time to check 
false-positives and I didn't want to end with patches too big to be reviewed.

----------
assignee: docs@python
components: Documentation
files: spelling_Lib.diff
keywords: patch
messages: 194850
nosy: docs@python, iwontbecreative
priority: normal
severity: normal
status: open
title: Fix arround 100 typos/spelling mistakes
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31223/spelling_Lib.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18705>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to