Skip to content

Commit 7515a68

Browse files
committed
doc fix
1 parent 461ad80 commit 7515a68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/stylesheets/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ h3 .doc-heading code {
1313
monospace;
1414
}
1515

16+
.doc-heading.doc-heading-parameter {
17+
font-size: .65rem;
18+
}
19+
1620
body[data-md-color-primary="black"] .excalidraw svg {
1721
will-change: filter;
1822
filter: invert(100%) hue-rotate(180deg);

src/textual/screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def _forward_event(self, event: events.Event) -> None:
12311231
def dismiss(self, result: ScreenResultType | None = None) -> AwaitComplete:
12321232
"""Dismiss the screen, optionally with a result.
12331233
1234-
Any callback provided in [push_screen][textual.app.push_screen] will be invoked with the supplied result.
1234+
Any callback provided in [push_screen][textual.app.App.push_screen] will be invoked with the supplied result.
12351235
12361236
Only the active screen may be dismissed. This method will produce a warning in the logs if
12371237
called on an inactive screen (but otherwise have no effect).

0 commit comments

Comments
 (0)