From 2bcb8bfc8de5cd57ebb64b326cd7609aa0d8c1c7 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 26 Apr 2014 10:18:45 -0700 Subject: Fix many many typos in comments throughout the codebase --- django/forms/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/forms') diff --git a/django/forms/fields.py b/django/forms/fields.py index acff7a54a9..4fc5561c84 100644 --- a/django/forms/fields.py +++ b/django/forms/fields.py @@ -187,7 +187,7 @@ class Field(object): Return True if data differs from initial. """ # For purposes of seeing whether something has changed, None is - # the same as an empty string, if the data or inital value we get + # the same as an empty string, if the data or initial value we get # is None, replace it w/ ''. initial_value = initial if initial is not None else '' try: -- cgit v1.3