Fix typos in code comments and documentation

This commit is contained in:
Martin Panter 2016-04-16 09:28:57 +00:00
parent 00ccacc8db
commit 119e502277
6 changed files with 9 additions and 9 deletions

View file

@ -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