Skip to content

Commit

Permalink
Update Lib/annotationlib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
JelleZijlstra and AlexWaygood authored Sep 23, 2024
1 parent 4f08276 commit fca05d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Lib/annotationlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ class ForwardRef:
"""Wrapper that holds a forward reference.
Constructor arguments:
- arg: a string representing the code to be evaluated.
- module: the module where the forward reference was created. Must be a string,
not a module object.
- owner: The owning object (module, class, or function).
- is_argument: Does nothing, retained for compatibility.
- is_class: True if the forward reference was created in class scope.
* arg: a string representing the code to be evaluated.
* module: the module where the forward reference was created.
Must be a string, not a module object.
* owner: The owning object (module, class, or function).
* is_argument: Does nothing, retained for compatibility.
* is_class: True if the forward reference was created in class scope.
"""

Expand Down

0 comments on commit fca05d5

Please sign in to comment.