diff --git a/django/core/handlers/wsgi.py b/django/core/handlers/wsgi.py index d6e674b6de..a961aaf40f 100644 --- a/django/core/handlers/wsgi.py +++ b/django/core/handlers/wsgi.py @@ -136,7 +136,7 @@ class WSGIRequest(http.HttpRequest): # the path like this, but should be harmless. # # (The comparison of path_info to script_name is to work around an - # apparent bug in flup 1.0.1. Se Django ticket #8490). + # apparent bug in flup 1.0.1. See Django ticket #8490). path_info = u'/' self.environ = environ self.path_info = path_info