From ae48d77ef8e14dae76fddcd5a677b897c7c7c4ae Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 23 Oct 2013 06:09:29 -0400 Subject: Fixed E225 pep8 warnings. --- django/utils/datetime_safe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils/datetime_safe.py') diff --git a/django/utils/datetime_safe.py b/django/utils/datetime_safe.py index ca96fb37b0..286b5f127b 100644 --- a/django/utils/datetime_safe.py +++ b/django/utils/datetime_safe.py @@ -54,7 +54,7 @@ def _findall(text, substr): if j == -1: break sites.append(j) - i=j+1 + i = j + 1 return sites def strftime(dt, fmt): -- cgit v1.3