1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

Fixed typos in test comments.

This commit is contained in:
Mingun Pak
2016-01-24 02:18:11 +09:00
committed by Tim Graham
parent beb9112a79
commit 4c912d184d
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ class GISFunctionsTests(TestCase):
@skipUnlessDBFeature("has_AsGML_function")
def test_asgml(self):
# Should throw a TypeError when tyring to obtain GML from a
# Should throw a TypeError when trying to obtain GML from a
# non-geometry field.
qs = City.objects.all()
with self.assertRaises(TypeError):