New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

The following PR fixes several common errors in reStructuredText formatting.

* When the line is broken after or before a hyphen or dash, a space will be 
inserted after or before a hyphen or dash in the rendered text. This is not 
always appropriate. It is a common error when use old blurb (was blurb with the 
fix released?), but can be introduced also manually.

* Backslash followed by a space is used as a separator after a mark up, which 
doesn't insert a space. But when the line was broken on this space, this is not 
always work.

Fixed also other similar errors.

----------
assignee: docs@python
components: Documentation
messages: 328889
nosy: docs@python, mdk, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix more spaces around hyphens and dashes
versions: Python 3.6, Python 3.7, Python 3.8

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

Reply via email to