Skip to content

Commit

Permalink
Update fastparse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
clintaire committed Sep 17, 2024
1 parent 271dd04 commit e453262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/fastparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ def visit_member_expr(self, e: MemberExpr) -> None:


class FindYield(TraverserVisitor):
"""Check if an AST contains yields or yield forms."""
"""Check if an AST contains yields or yield froms."""

def __init__(self) -> None:
self.found = False
Expand Down

0 comments on commit e453262

Please sign in to comment.