mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
8b04a945ef
6 changed files with 9 additions and 9 deletions
|
|
@ -923,7 +923,7 @@ the various :class:`ArgumentParser` actions. The two most common uses of it are
|
|||
See the nargs_ description for examples.
|
||||
|
||||
With the ``'store_const'`` and ``'append_const'`` actions, the ``const``
|
||||
keyword argument must be given. For other actions, is defaults to ``None``.
|
||||
keyword argument must be given. For other actions, it defaults to ``None``.
|
||||
|
||||
|
||||
default
|
||||
|
|
|
|||
|
|
@ -1481,7 +1481,7 @@ Some of the changes to Python's build process and to the C API are:
|
|||
|
||||
* Python can now be built with additional profiling for the interpreter itself,
|
||||
intended as an aid to people developing the Python core. Providing
|
||||
:option:`----enable-profiling` to the :program:`configure` script will let you
|
||||
:option:`--enable-profiling` to the :program:`configure` script will let you
|
||||
profile the interpreter with :program:`gprof`, and providing the
|
||||
:option:`--with-tsc` switch enables profiling using the Pentium's Time-Stamp-
|
||||
Counter register. Note that the :option:`--with-tsc` switch is slightly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue