Skip to content

Commit 79a56a3

Browse files
authored
Update README.md
1 parent 9ce7b41 commit 79a56a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ WHERE u.created_at > {start_date}
210210
ORDER BY u.name
211211
"""
212212

213-
# Type aliases for reusable templates (Python 3.12+)
213+
# Type aliases for reusable templates
214214
type css = Annotated[Template, "css"]
215215
type js = Annotated[Template, "javascript"]
216216

0 commit comments

Comments
 (0)