mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -168,7 +168,7 @@ and classes for traversing abstract syntax trees:
|
|||
back with :func:`ast.parse`.
|
||||
|
||||
.. warning::
|
||||
The produced code string will not necesarily be equal to the original
|
||||
The produced code string will not necessarily be equal to the original
|
||||
code that generated the :class:`ast.AST` object.
|
||||
|
||||
.. versionadded:: 3.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue