Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/textual/widgets/_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


class MarkdownStream:
"""An object to manager streaming markdown.
"""An object to manage streaming markdown.

This will accumulate markdown fragments if they can't be rendered fast enough.

Expand Down
2 changes: 1 addition & 1 deletion src/textual/worker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@rich.repr.auto(angular=True)
class WorkerManager:
"""An object to manager a number of workers.
"""An object to manage a number of workers.

You will not have to construct this class manually, as widgets, screens, and apps
have a worker manager accessibly via a `workers` attribute.
Expand Down