Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Dec 2, 2023
1 parent f0bd540 commit 68da816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_student_courses(
)
~~~

The above type-annoted function can be statically checked by [mypy](https://www.mypy-lang.org/), and is automatically mapped onto the corresponding SQL query:
The above type-annotated function can be statically checked by [mypy](https://www.mypy-lang.org/), and is automatically mapped onto the corresponding SQL query:

~~~sql
SELECT students.name, courses.title
Expand Down

0 comments on commit 68da816

Please sign in to comment.