forked from orbit-oss/flask
Minor documentation typo / grammar fixes
This commit is contained in:
parent
85c496ad03
commit
290925e133
2 changed files with 2 additions and 2 deletions
|
|
@ -421,7 +421,7 @@ def safe_join(directory, filename):
|
|||
|
||||
:param directory: the base directory.
|
||||
:param filename: the untrusted filename relative to that directory.
|
||||
:raises: :class:`~werkzeug.exceptions.NotFound` if the retsulting path
|
||||
:raises: :class:`~werkzeug.exceptions.NotFound` if the resulting path
|
||||
would fall out of `directory`.
|
||||
"""
|
||||
filename = posixpath.normpath(filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue