From 8bf4abdea4ac72449a1c8664e4c8285ab71c3e46 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 2 Apr 2024 12:44:42 +0200 Subject: a few formatting and typo fixes --- linuxnamespaces/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxnamespaces/__init__.py') diff --git a/linuxnamespaces/__init__.py b/linuxnamespaces/__init__.py index d27fd7b..c12a13c 100644 --- a/linuxnamespaces/__init__.py +++ b/linuxnamespaces/__init__.py @@ -237,7 +237,7 @@ class run_in_fork: class async_run_in_fork: """Decorator for running the decorated function once in a separate process. Note that the decorator can only be used inside asynchronous code as it - uses the running event loop. The decorated function insetad must be + uses the running event loop. The decorated function instead must be synchronous and it must not access the event loop of the main process. """ def __init__(self, function: typing.Callable[[], None]): -- cgit v1.2.3