Fixed some typos in comments and docs.

Thanks to Mads Jenson for review.
This commit is contained in:
Min ho Kim 2019-09-11 20:55:17 +10:00 committed by Carlton Gibson
parent f1d4a540b2
commit 103a6f4307
6 changed files with 9 additions and 9 deletions

View file

@ -235,7 +235,7 @@ class SpecializedFieldTest(SimpleTestCase):
ogr.transform(3857)
self.assertIn(escape(ogr.json), rendered)
# map_srid in operlayers.html template must not be localized.
# map_srid in openlayers.html template must not be localized.
@override_settings(USE_L10N=True, USE_THOUSAND_SEPARATOR=True)
def test_pointfield(self):
class PointForm(forms.Form):