[Python-checkins] closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)

Miss Islington (bot) webhook-mailer at python.org
Sun Feb 24 19:56:16 EST 2019


https://github.com/python/cpython/commit/ca5e6aaea5168bff274f3e98d7970bfa1bc366a2
commit: ca5e6aaea5168bff274f3e98d7970bfa1bc366a2
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-02-24T16:56:13-08:00
summary:

closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)


More specifically, the options of --check-hash-based-pycs.
(cherry picked from commit 16323cb2c3d315e02637cebebdc5ff46be32ecdf)

Co-authored-by: Miro Hrončok <miro at hroncok.cz>

files:
A Misc/NEWS.d/next/Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst
M Misc/python.man

diff --git a/Misc/NEWS.d/next/Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst b/Misc/NEWS.d/next/Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst
new file mode 100644
index 000000000000..950dc6e141e1
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst
@@ -0,0 +1 @@
+Fix formatting of --check-hash-based-pycs options in the manpage Synopsis.
diff --git a/Misc/python.man b/Misc/python.man
index 3cdf8840d4d8..8d5ad8cd6ca8 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -75,7 +75,11 @@ python \- an interpreted, interactive, object-oriented programming language
 .br
        [
 .B \--check-hash-based-pycs
-\'default\'|\'always\'|\'never\'
+.I default
+|
+.I always
+|
+.I never
 ]
 .br
        [



More information about the Python-checkins mailing list