diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-26 10:18:45 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-26 14:35:57 -0400 |
| commit | 996564df4d70947913c70b071cf4a6841c658be2 (patch) | |
| tree | 56dc9ab02361a56c6bf91c1f8a2bd0052c561a37 /tests/datatypes | |
| parent | 3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5 (diff) | |
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
Diffstat (limited to 'tests/datatypes')
| -rw-r--r-- | tests/datatypes/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datatypes/tests.py b/tests/datatypes/tests.py index 9cc88e9a66..e55405983d 100644 --- a/tests/datatypes/tests.py +++ b/tests/datatypes/tests.py @@ -91,6 +91,6 @@ class DataTypesTestCase(TestCase): b = RumBaba.objects.create() # Verify we didn't break DateTimeField behavior self.assertIsInstance(b.baked_timestamp, datetime.datetime) - # We need to test this this way because datetime.datetime inherits + # We need to test this way because datetime.datetime inherits # from datetime.date: self.assertIsInstance(b.baked_date, datetime.date) and not isinstance(b.baked_date, datetime.datetime) |
