Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/textual/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def deliver_binary(
in the `Content-Type` header.
mime_type: *web only* The MIME type of the file. This will be used to
set the `Content-Type` header in the HTTP response.
name: A user-defined named which will be returned in [`DeliveryComplete`][textual.events.DeliveryComplete]
name: A user-defined name which will be returned in [`DeliveryComplete`][textual.events.DeliveryComplete]
and [`DeliveryComplete`][textual.events.DeliveryComplete].

"""
Expand Down
Loading