Fix typos '.::' should typically just be '::'. (GH-6165) · pythoncapi/cpython@7855313 · GitHub
Skip to content

Commit 7855313

Browse files
authored
Fix typos '.::' should typically just be '::'. (pythonGH-6165)
1 parent bac2d5b commit 7855313

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/faq/windows.rst

Lines changed: 1 addition & 1 deletion

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ is used when no command-line argument was present::
981981

982982

983983
Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if the
984-
command-line argument was not present.::
984+
command-line argument was not present::
985985

986986
>>> parser = argparse.ArgumentParser()
987987
>>> parser.add_argument('--foo', default=argparse.SUPPRESS)

Doc/library/mmap.rst

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)