We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d79f1a commit ce0ea87Copy full SHA for ce0ea87
src/werkzeug/wrappers/request.py
@@ -499,7 +499,7 @@ def files(self) -> ImmutableMultiDict[str, FileStorage]:
499
500
@property
501
def script_root(self) -> str:
502
- """Alias for :attr:`self.root_path`. ``environ["SCRIPT_ROOT"]``
+ """Alias for :attr:`self.root_path`. ``environ["SCRIPT_NAME"]``
503
without a trailing slash.
504
"""
505
return self.root_path
0 commit comments