]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commit
✏️ Fix typos found with codespell (#520)
authorKian-Meng Ang <kianmeng.ang@gmail.com>
Sun, 22 Oct 2023 12:50:44 +0000 (20:50 +0800)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2023 12:50:44 +0000 (16:50 +0400)
commit1568bad01ec1d5f7edada00e49c18ce44ba0a334
treeaffaf29b9248b23c343f071acd4425e42b3cfec1
parent357417e6d581dd66adfbe4efa667b5139ef161ff
✏️ Fix typos found with codespell (#520)

Found via `codespell -S *.svg,*.css,*.js,*.drawio -L pullrequest,sesion`
17 files changed:
docs/tutorial/automatic-id-none-refresh.md
docs/tutorial/code-structure.md
docs/tutorial/connect/create-connected-tables.md
docs/tutorial/create-db-and-table-with-db-browser.md
docs/tutorial/fastapi/tests.md
docs/tutorial/index.md
docs/tutorial/insert.md
docs/tutorial/many-to-many/create-data.md
docs/tutorial/one.md
docs/tutorial/relationship-attributes/back-populates.md
docs/tutorial/relationship-attributes/read-relationships.md
docs/tutorial/select.md
docs/tutorial/where.md
docs_src/tutorial/automatic_id_none_refresh/annotations/en/tutorial002.md
docs_src/tutorial/update/annotations/en/tutorial004.md
sqlmodel/default.py
tests/test_validation.py