diff options
author | JamesMcCarthy21 <168590015+JamesMcCarthy21@users.noreply.github.com> | 2024-10-09 13:17:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 13:17:18 (GMT) |
commit | e0835aff2e45629ee85af642190e79e4061312b5 (patch) | |
tree | 8829a0da91d7b4c16149cba97b1511722bbd518c /Doc/library/__future__.rst | |
parent | 6b533a659bc8df04daa194d827604dcae14d5801 (diff) | |
download | cpython-e0835aff2e45629ee85af642190e79e4061312b5.zip cpython-e0835aff2e45629ee85af642190e79e4061312b5.tar.gz cpython-e0835aff2e45629ee85af642190e79e4061312b5.tar.bz2 |
gh-125168: Fix typo in `__future__.rst` (#125183)
* Update `__future__.rst`
Fixed typo in the sentence :pep:`649`: *Deferred evaluation of annotations using descriptors* - James McCarthy
* Update `__future__.rst`
Fixed sphinx formatting
Diffstat (limited to 'Doc/library/__future__.rst')
-rw-r--r-- | Doc/library/__future__.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst index 6a11794..4f3b663 100644 --- a/Doc/library/__future__.rst +++ b/Doc/library/__future__.rst @@ -66,7 +66,7 @@ language using this mechanism: +------------------+-------------+--------------+---------------------------------------------+ | annotations | 3.7.0b1 | Never [1]_ | :pep:`563`: | | | | | *Postponed evaluation of annotations*, | -| | | | :pep:`649`: *Deferred evalutation of | +| | | | :pep:`649`: *Deferred evaluation of | | | | | annotations using descriptors* | +------------------+-------------+--------------+---------------------------------------------+ |