There was an error while loading. Please reload this page.
1 parent 2a8a38b commit 5422622Copy full SHA for 5422622
1 file changed
src/flask/helpers.py
@@ -446,7 +446,7 @@ def send_file(
446
:param path_or_file: The path to the file to send, relative to the
447
current working directory if a relative path is given.
448
Alternatively, a file-like object opened in binary mode. Make
449
- sure the file pointer is seeked to the start of the data.
+ sure the file pointer is sought to the start of the data.
450
:param mimetype: The MIME type to send for the file. If not
451
provided, it will try to detect it from the file name.
452
:param as_attachment: Indicate to a browser that it should offer to
0 commit comments