Skip to content

Commit ca5e6aa

Browse files
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
More specifically, the options of --check-hash-based-pycs. (cherry picked from commit 16323cb) Co-authored-by: Miro Hrončok <[email protected]>
1 parent 25d20a6 commit ca5e6aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix formatting of --check-hash-based-pycs options in the manpage Synopsis.

Misc/python.man

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ python \- an interpreted, interactive, object-oriented programming language
7575
.br
7676
[
7777
.B \--check-hash-based-pycs
78-
\'default\'|\'always\'|\'never\'
78+
.I default
79+
|
80+
.I always
81+
|
82+
.I never
7983
]
8084
.br
8185
[

0 commit comments

Comments
 (0)