bpo-35110: Fix unintentional spaces around hyphens and dashes.#10231
Conversation
|
Is there a sphinx related warning where this can be checked? @serhiy-storchaka, do you have any regex that was used to find these scenarios that could perhaps be added to |
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
|
GH-10253 is a backport of this pull request to the 3.7 branch. |
|
GH-10254 is a backport of this pull request to the 3.6 branch. |
…ythonGH-10231). (cherry picked from commit 3f819ca) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…ythonGH-10231). (cherry picked from commit 3f819ca) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
I used many regexes: |
https://bugs.python.org/issue35110