moved control-related modules to a sub-package; minor corrections

This commit is contained in:
2022-03-13 15:18:53 +01:00
parent c72a5035ea
commit 9fde231250
14 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ class BaseTaskPool:
@property
def is_locked(self) -> bool:
"""Returns `True` if more the pool has been locked (see below)."""
"""Returns `True` if the pool has been locked (see below)."""
return self._locked
def lock(self) -> None: