mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
More specifically, the options of --check-hash-based-pycs.
This commit is contained in:
parent
3b0abb0196
commit
16323cb2c3
2 changed files with 6 additions and 1 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix formatting of --check-hash-based-pycs options in the manpage Synopsis.
|
|
@ -75,7 +75,11 @@ python \- an interpreted, interactive, object-oriented programming language
|
||||||
.br
|
.br
|
||||||
[
|
[
|
||||||
.B \--check-hash-based-pycs
|
.B \--check-hash-based-pycs
|
||||||
\'default\'|\'always\'|\'never\'
|
.I default
|
||||||
|
|
|
||||||
|
.I always
|
||||||
|
|
|
||||||
|
.I never
|
||||||
]
|
]
|
||||||
.br
|
.br
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue