closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) · python/cpython@16323cb

File tree

2 files changed

lines changed

    • NEWS.d/next/Documentation

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

Fix formatting of --check-hash-based-pycs options in the manpage Synopsis.

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

[