diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2015-12-02 23:55:50 +0000 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:48:24 -0500 |
commit | 93452a70e8a62c7408eeded444f5088d4a26212d (patch) | |
tree | dfc64c81f0610e45650350e2d41918f5913ed098 /tests/postgres_tests/test_ranges.py | |
parent | b6dd0afead80a17d0ac8c3ba35c510afac32a0b8 (diff) | |
download | django-93452a70e8a62c7408eeded444f5088d4a26212d.tar.gz |
Fixed many spelling mistakes in code, comments, and docs.
Diffstat (limited to 'tests/postgres_tests/test_ranges.py')
-rw-r--r-- | tests/postgres_tests/test_ranges.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_ranges.py b/tests/postgres_tests/test_ranges.py index 956a6c61d9..3ebcb5b670 100644 --- a/tests/postgres_tests/test_ranges.py +++ b/tests/postgres_tests/test_ranges.py @@ -199,7 +199,7 @@ class TestQuerying(TestCase): @skipUnlessPG92 -class TestQueringWithRanges(TestCase): +class TestQueryingWithRanges(TestCase): def test_date_range(self): objs = [ RangeLookupsModel.objects.create(date='2015-01-01'), |