]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-125168: Fix typo in `__future__.rst` (#125183)
authorJamesMcCarthy21 <168590015+JamesMcCarthy21@users.noreply.github.com>
Wed, 9 Oct 2024 13:17:18 +0000 (09:17 -0400)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2024 13:17:18 +0000 (16:17 +0300)
* Update `__future__.rst`

Fixed typo in the sentence :pep:`649`: *Deferred evaluation of annotations using descriptors* - James McCarthy

* Update `__future__.rst`

Fixed sphinx formatting

Doc/library/__future__.rst

index 6a1179434acd5a6d9f5b0a4672c326973fab025d..4f3b663006fb28b62452f022495f1877c2ef1b30 100644 (file)
@@ -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*              |
 +------------------+-------------+--------------+---------------------------------------------+