Skip to content

Commit e0835af

Browse files
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
1 parent 6b533a6 commit e0835af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/__future__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ language using this mechanism:
6666
+------------------+-------------+--------------+---------------------------------------------+
6767
| annotations | 3.7.0b1 | Never [1]_ | :pep:`563`: |
6868
| | | | *Postponed evaluation of annotations*, |
69-
| | | | :pep:`649`: *Deferred evalutation of |
69+
| | | | :pep:`649`: *Deferred evaluation of |
7070
| | | | annotations using descriptors* |
7171
+------------------+-------------+--------------+---------------------------------------------+
7272

0 commit comments

Comments
 (0)