Skip to content

Commit c88c464

Browse files
committed
fix typo in compiler constant type
1 parent 338516c commit c88c464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sqlalchemy-stubs/sql/compiler.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ else:
3535
RESERVED_WORDS: Set[str]
3636
LEGAL_CHARACTERS: Pattern[str]
3737
LEGAL_CHARACTERS_PLUS_SPACE: Pattern[str]
38-
ILLEGAL_INITIAL_CHARACTERS: str
38+
ILLEGAL_INITIAL_CHARACTERS: Set[str]
3939
FK_ON_DELETE: Pattern[str]
4040
FK_ON_UPDATE: Pattern[str]
4141
FK_INITIALLY: Pattern[str]

0 commit comments

Comments
 (0)