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.
2 parents 5d79f1a + ce0ea87 commit 30baf44Copy full SHA for 30baf44
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