mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typos in code comments and documentation
This commit is contained in:
parent
00ccacc8db
commit
119e502277
6 changed files with 9 additions and 9 deletions
|
@ -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