Unverified Kaydet (Commit) 66b3f53d authored tarafından Julien Palard's avatar Julien Palard Kaydeden (comit) GitHub

[3.6] Fix typos '.::' should typically just be '::'. (GH-6165). (GH-6895)

(cherry picked from commit 78553138)
üst a5f33a89
...@@ -981,7 +981,7 @@ is used when no command-line argument was present:: ...@@ -981,7 +981,7 @@ is used when no command-line argument was present::
Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if the Providing ``default=argparse.SUPPRESS`` causes no attribute to be added if the
command-line argument was not present.:: command-line argument was not present::
>>> parser = argparse.ArgumentParser() >>> parser = argparse.ArgumentParser()
>>> parser.add_argument('--foo', default=argparse.SUPPRESS) >>> parser.add_argument('--foo', default=argparse.SUPPRESS)
......
...@@ -123,7 +123,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length ...@@ -123,7 +123,7 @@ To map anonymous memory, -1 should be passed as the fileno along with the length
:class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with` :class:`~mmap.mmap` can also be used as a context manager in a :keyword:`with`
statement.:: statement::
import mmap import mmap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment