New submission from Serhiy Storchaka: Currently Python documentation uses four type of dashes for same meaning:
1. Hyphen with spaces. 2. En-dash with spaces. 3. Em-dash with spaces. 4. Em-dash without spaces. Definitely the first case is just wrong and other three cases should be unified. Here is a patch which replaces spaced hyphens, en-dashes and em-dashes to em-dashes without spaces. See also a discussion at Python-Dev: http://mail.python.org/pipermail/python-dev/2013-July/thread.html#127420 http://comments.gmane.org/gmane.comp.python.devel/140593 ---------- files: doc_mdashes_without_spaces.patch keywords: patch messages: 193532 nosy: serhiy.storchaka priority: normal severity: normal status: open title: Use long dash Added file: http://bugs.python.org/file31005/doc_mdashes_without_spaces.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18529> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com