Skip to content

Commit 2c16c10

Browse files
committed
fix docstring
1 parent 944d6cc commit 2c16c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4311,7 +4311,7 @@ def notify(
43114311
title: The title for the notification.
43124312
severity: The severity of the notification.
43134313
timeout: The timeout (in seconds) for the notification, or `None` for default.
4314-
markup: Render the message as Textual markup?
4314+
markup: Render the message as content markup?
43154315
43164316
The `notify` method is used to create an application-wide
43174317
notification, shown in a [`Toast`][textual.widgets._toast.Toast],

0 commit comments

Comments
 (0)