diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-12-16 20:21:16 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-12-16 20:21:16 +0000 |
| commit | 082cfce185bdc4cda0755549b7a3bb00500c9256 (patch) | |
| tree | 97889a77532be2d2d70621184f5c66307996695f | |
| parent | a1d2f1f7b76d434072c35b55678ce8a3bbfb4649 (diff) | |
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
| -rw-r--r-- | django/core/handlers/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
