Skip to content

Commit

Permalink
Minor typo in scope_provider.py (Instagram#324)
Browse files Browse the repository at this point in the history
Fixed minor typo ('as'  was repeated)
  • Loading branch information
lrjball authored Jun 29, 2020
1 parent 4a928b0 commit 2d56ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcst/metadata/scope_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Access:
This scope analysis only analyzes access via a :class:`~libcst.Name` or a :class:`~libcst.Name`
node embedded in other node like :class:`~libcst.Call` or :class:`~libcst.Attribute`.
It doesn't support type annontation using :class:`~libcst.SimpleString` literal for forward
references. E.g. in this example, the ``"Tree"`` isn't parsed as as an access::
references. E.g. in this example, the ``"Tree"`` isn't parsed as an access::
class Tree:
def __new__(cls) -> "Tree":
Expand Down

0 comments on commit 2d56ba7

Please sign in to comment.