Hi,

Sorry if I did not reply earlier but I was offline for the last 2
months, but about the capability for the spell checking, in October
2018, I have used the spellcheck-contrib
(https://github.com/sphinx-contrib/spelling). You can use it but for the
new version of Sphinx 2.x, I think there is an update to do for the
code.

Have a nice day,

Stéphane

On 06/06, Chen KunYu wrote:
Hi,

Recently, tirkarthi  (xtreak) works on finding and fixing typos.

And I (18z) came up with the idea of creating a spellcheck bot to improve
the quality of cpython.

We had discussion in https://github.com/python/cpython/pull/13749

And it is summarized below:

Consensus:

  -

  Reducing typo in a constructive way.

To be Solved:

  -

  Even after reducing the code checked, there will still be mostly false
  positives.
  -

  High frequency of updating dictionary.txt (false positive typo).

Next Step:

  -

  Interfacing the filter with aspell to get some numbers.

MISC:

  -

  The report could be made optional with a spellcheck label.
  -

  Code for reducing .py files to strings and comments.
  -

  Command line for spellcheck.


There are problems to be solved.

But I think we can always find a better solution.

So, I’ll be working on interfacing the filter with aspell to get some
numbers.

Looking forward to hearing more opinions. :D

Thanks

KunYuChen (18z)

_______________________________________________
core-workflow mailing list -- core-workflow@python.org
To unsubscribe send an email to core-workflow-le...@python.org
https://mail.python.org/mailman3/lists/core-workflow.python.org/
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct


--
Stéphane Wirtel - https://wirtel.be - @matrixise
_______________________________________________
core-workflow mailing list -- core-workflow@python.org
To unsubscribe send an email to core-workflow-le...@python.org
https://mail.python.org/mailman3/lists/core-workflow.python.org/
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to