mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
More specifically, the options of --check-hash-based-pycs.
(cherry picked from commit 16323cb2c3)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
This commit is contained in:
parent
25d20a6503
commit
ca5e6aaea5
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
|
||||
[
|
||||
.B \--check-hash-based-pycs
|
||||
\'default\'|\'always\'|\'never\'
|
||||
.I default
|
||||
|
|
||||
.I always
|
||||
|
|
||||
.I never
|
||||
]
|
||||
.br
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue