diff options
author | Gurupad Hegde <gurupad93@gmail.com> | 2019-12-28 22:16:02 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2019-12-28 22:16:02 (GMT) |
commit | 6c7bb38ff2799ac218e6df598b2b262f89e2bc1e (patch) | |
tree | 1c7a05153ff747a88c4462a71abc7905fc0ad597 /Doc/library/ast.rst | |
parent | 98f0f04b5016e63561d313a3446b7b58f2c12611 (diff) | |
download | cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.zip cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.tar.gz cpython-6c7bb38ff2799ac218e6df598b2b262f89e2bc1e.tar.bz2 |
bpo-39136: Fixed typos (GH-17720)
funtion -> function; configuraton -> configuration; defintitions -> definitions;
focusses -> focuses; necesarily -> necessarily; follwing -> following;
Excape -> Escape,
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r-- | Doc/library/ast.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index baf563f..190d928 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -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 |