Skip to content

Commit 9acb1bd

Browse files
committed
Fix similar typo for WorkerManager
1 parent 030ebed commit 9acb1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)