Skip to content

Commit 66b3f53

Browse files
authored
[3.6] Fix typos '.::' should typically just be '::'. (GH-6165). (GH-6895)
(cherry picked from commit 7855313)
1 parent a5f33a8 commit 66b3f53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
123123

124124

125125
:class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with`
126-
statement.::
126+
statement::
127127

128128
import mmap
129129

0 commit comments

Comments
 (0)