Skip to content

Commit 3123746

Browse files
committed
fix docstring
1 parent 73e9a99 commit 3123746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/getters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class child_by_id(Generic[QueryType]):
113113
class MyScreen(screen):
114114
115115
# Note this is at the class level
116-
output_log = getters.child_by_id("#output", RichLog)
116+
output_log = getters.child_by_id("output", RichLog)
117117
118118
def compose(self) -> ComposeResult:
119119
yield RichLog(id="output")

0 commit comments

Comments
 (0)