mirror of https://github.com/django/django.git
Negligible typo fix in a comment in handlers/wsgi.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a1d2f1f7b7
commit
082cfce185
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue