flask
flask copied to clipboard
update helpers.send_from_directory docstring
Update helpers.send_from_directory docstring to match werkzeug.utils.send_from_directory docstring on the :param directory: line.
The previous "relative to the current application's root path" is misleading to actual behaviour.