Skip to content

Commit 59477e0

Browse files
authored
Merge pull request #6226 from davep/admit-failure
Fix double mention of `DeliveryComplete`
2 parents 6e0ca46 + 7592e8a commit 59477e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def deliver_binary(
235235
mime_type: *web only* The MIME type of the file. This will be used to
236236
set the `Content-Type` header in the HTTP response.
237237
name: A user-defined name which will be returned in [`DeliveryComplete`][textual.events.DeliveryComplete]
238-
and [`DeliveryComplete`][textual.events.DeliveryComplete].
238+
and [`DeliveryFailed`][textual.events.DeliveryFailed].
239239
240240
"""
241241

0 commit comments

Comments
 (0)