From 995d658dd69dcc18085f615e40c03fd02f7c07dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 Feb 2019 12:40:22 +0100 Subject: [PATCH] bpo-36083: Fix formatting of the manpage Synopsis More specifically, the options of --check-hash-based-pycs. --- .../Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst | 1 + Misc/python.man | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Documentation/2019-02-24-12-40-13.bpo-36083.JX7zbv.rst 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 00000000000000..950dc6e141e1b2 --- /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 3cdf8840d4d841..8d5ad8cd6ca87f 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 [