Skip to content

Commit cfc6a00

Browse files
authored
Add backticks to calendar and pickletools (#83)
2 parents 3b962c3 + 92c889b commit cfc6a00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/calendar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ def main(args=None):
922922
"-t", "--type",
923923
default="text",
924924
choices=("text", "html"),
925-
help="output type (text or html)"
925+
help="output type (`text` or `html`)"
926926
)
927927
parser.add_argument(
928928
"-f", "--first-weekday",

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,7 @@ def _main(args=None):
28992899
help='preserve memo between disassemblies')
29002900
parser.add_argument(
29012901
'-l', '--indentlevel', default=4, type=int,
2902-
help='the number of blanks by which to indent a new MARK level')
2902+
help='the number of blanks by which to indent a new `MARK` level')
29032903
parser.add_argument(
29042904
'-a', '--annotate', action='store_true',
29052905
help='annotate each line with a short opcode description')

0 commit comments

Comments
 (0)