Skip to content

Commit b801c15

Browse files
authored
Merge pull request #6182 from samueldg/fix-manager-class-typos
Fix manager class typos
2 parents 45475d5 + 9acb1bd commit b801c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/textual/widgets/_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
class MarkdownStream:
41-
"""An object to manager streaming markdown.
41+
"""An object to manage streaming markdown.
4242
4343
This will accumulate markdown fragments if they can't be rendered fast enough.
4444

src/textual/worker_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
@rich.repr.auto(angular=True)
2424
class WorkerManager:
25-
"""An object to manager a number of workers.
25+
"""An object to manage a number of workers.
2626
2727
You will not have to construct this class manually, as widgets, screens, and apps
2828
have a worker manager accessibly via a `workers` attribute.

0 commit comments

Comments
 (0)