Fix typos

---------

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
This commit is contained in:
omahs
2025-05-09 20:57:14 +02:00
committed by GitHub
parent b4a1ebdfe3
commit 882a1a702e
15 changed files with 191 additions and 191 deletions

View File

@@ -1389,7 +1389,7 @@ X: bool = True
```py
def f():
# TODO: we should emit a syntax errror here (tracked by https://github.com/astral-sh/ruff/issues/11934)
# TODO: we should emit a syntax error here (tracked by https://github.com/astral-sh/ruff/issues/17412)
from exporter import *
# error: [unresolved-reference]