diff options
| author | Jamie Alessio <jamie@calthorpeanalytics.com> | 2017-03-14 19:02:38 -0700 |
|---|---|---|
| committer | Jamie Alessio <jamie@calthorpeanalytics.com> | 2017-03-14 19:04:03 -0700 |
| commit | 3771af0af45c2a7ea79a055b953c32f23c53e256 (patch) | |
| tree | 40c23b409535d47e86df35bb275d737a475fdefa /test/sql | |
| parent | 0a35ccc6bd1acaa91f32c8e0140000b19ae85e14 (diff) | |
| download | sqlalchemy-3771af0af45c2a7ea79a055b953c32f23c53e256.tar.gz | |
Fix typos ('expicit' -> 'explicit')
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_insert_exec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_insert_exec.py b/test/sql/test_insert_exec.py index c49947425..6015f4e74 100644 --- a/test/sql/test_insert_exec.py +++ b/test/sql/test_insert_exec.py @@ -328,7 +328,7 @@ class TableInsertTest(fixtures.TablesTest): data) @testing.requires.sequences - def test_expicit_sequence(self): + def test_explicit_sequence(self): t = self._fixture() self._test( t.insert().values( |
