Skip to content

Commit 5422622

Browse files
committed
DOC: fix typo in src/flask/helpers.py
1 parent 2a8a38b commit 5422622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flask/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def send_file(
446446
:param path_or_file: The path to the file to send, relative to the
447447
current working directory if a relative path is given.
448448
Alternatively, a file-like object opened in binary mode. Make
449-
sure the file pointer is seeked to the start of the data.
449+
sure the file pointer is sought to the start of the data.
450450
:param mimetype: The MIME type to send for the file. If not
451451
provided, it will try to detect it from the file name.
452452
:param as_attachment: Indicate to a browser that it should offer to

0 commit comments

Comments
 (0)