From 56256b6d132c0deae4368a7d0d04912df9a80fc0 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 10 Dec 2021 09:10:29 -0500 Subject: Fix various source comment/doc typos ### Description Found via `codespell -q 3 -L ba,crate,datas,froms,gord,hist,inh,nd,selectin,strat,ue` Also added codespell to the pep8 tox env ### Checklist This pull request is: - [x] A documentation / typographical error fix - Good to go, no issue or tests are needed Closes: #7338 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/7338 Pull-request-sha: 0deac2219396bc0eba7da53eb3a80932edbf2dd7 Change-Id: Icd61db31c8dc655d4a39d8a304194804d08555fe --- test/dialect/test_sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dialect/test_sqlite.py') diff --git a/test/dialect/test_sqlite.py b/test/dialect/test_sqlite.py index 141033c1b..37cdce344 100644 --- a/test/dialect/test_sqlite.py +++ b/test/dialect/test_sqlite.py @@ -1892,7 +1892,7 @@ class ConstraintReflectionTest(fixtures.TestBase): "REFERENCES implicit_referred_comp)" ) - # worst case - FK that refers to nonexistent table so we cant + # worst case - FK that refers to nonexistent table so we can't # get pks. requires FK pragma is turned off conn.exec_driver_sql( "CREATE TABLE implicit_referrer_comp_fake " -- cgit v1.2.1