mirror of https://github.com/python/cpython
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
This commit is contained in:
parent
6b533a659b
commit
e0835aff2e
|
@ -66,7 +66,7 @@ language using this mechanism:
|
||||||
+------------------+-------------+--------------+---------------------------------------------+
|
+------------------+-------------+--------------+---------------------------------------------+
|
||||||
| annotations | 3.7.0b1 | Never [1]_ | :pep:`563`: |
|
| annotations | 3.7.0b1 | Never [1]_ | :pep:`563`: |
|
||||||
| | | | *Postponed evaluation of annotations*, |
|
| | | | *Postponed evaluation of annotations*, |
|
||||||
| | | | :pep:`649`: *Deferred evalutation of |
|
| | | | :pep:`649`: *Deferred evaluation of |
|
||||||
| | | | annotations using descriptors* |
|
| | | | annotations using descriptors* |
|
||||||
+------------------+-------------+--------------+---------------------------------------------+
|
+------------------+-------------+--------------+---------------------------------------------+
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue