https://github.com/python/cpython/commit/e0835aff2e45629ee85af642190e79e4061312b5
commit: e0835aff2e45629ee85af642190e79e4061312b5
branch: main
author: JamesMcCarthy21 <[email protected]>
committer: Eclips4 <[email protected]>
date: 2024-10-09T16:17:18+03:00
summary:

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

files:
M Doc/library/__future__.rst

diff --git a/Doc/library/__future__.rst b/Doc/library/__future__.rst
index 6a1179434acd5a..4f3b663006fb28 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*              |
 
+------------------+-------------+--------------+---------------------------------------------+
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to