Skip to content

Commit

Permalink
Fixed #16810, corrected a bad docstring. Thanks to kenkam for the patch.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
alex committed Sep 10, 2011
1 parent e130dc3 commit e95d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/handlers/base.py
Expand Up @@ -242,7 +242,7 @@ def get_script_name(environ):
Returns the equivalent of the HTTP request's SCRIPT_NAME environment Returns the equivalent of the HTTP request's SCRIPT_NAME environment
variable. If Apache mod_rewrite has been used, returns what would have been variable. If Apache mod_rewrite has been used, returns what would have been
the script name prior to any rewriting (so it's the script name as seen the script name prior to any rewriting (so it's the script name as seen
from the client's perspective), unless DJANGO_USE_POST_REWRITE is set (to from the client's perspective), unless FORCE_SCRIPT_NAME is set (to
anything). anything).
""" """
from django.conf import settings from django.conf import settings
Expand Down

0 comments on commit e95d0af

Please sign in to comment.