mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-39136: Fixed typos (GH-17720)
funtion -> function; configuraton -> configuration; defintitions -> definitions; focusses -> focuses; necesarily -> necessarily; follwing -> following; Excape -> Escape,
This commit is contained in:
parent
98f0f04b50
commit
6c7bb38ff2
9 changed files with 12 additions and 12 deletions
|
@ -1019,7 +1019,7 @@ That's a tough one, in general. First, here are a list of things to
|
|||
remember before diving further:
|
||||
|
||||
* Performance characteristics vary across Python implementations. This FAQ
|
||||
focusses on :term:`CPython`.
|
||||
focuses on :term:`CPython`.
|
||||
* Behaviour can vary across operating systems, especially when talking about
|
||||
I/O or multi-threading.
|
||||
* You should always find the hot spots in your program *before* attempting to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue