mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Fix typos in comments and docstring (#122720)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
98dba73010
commit
b6c80e21c7
9 changed files with 11 additions and 11 deletions
|
@ -1054,7 +1054,7 @@ def evaluate_forward_ref(
|
|||
evaluating the forward reference. This parameter must be provided (though
|
||||
it may be an empty tuple) if *owner* is not given and the forward reference
|
||||
does not already have an owner set. *format* specifies the format of the
|
||||
annotation and is a member of the annoations.Format enum.
|
||||
annotation and is a member of the annotationlib.Format enum.
|
||||
|
||||
"""
|
||||
if type_params is _sentinel:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue