We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefe3ab commit 8a3ae36Copy full SHA for 8a3ae36
docs/advanced_features.rst
@@ -346,7 +346,7 @@ running.
346
347
The third option runs an event loop in a separate thread.
348
pubsub.run_in_thread() creates a new thread and starts the event loop.
349
-The thread object is returned to the caller of [un_in_thread(). The
+The thread object is returned to the caller of run_in_thread(). The
350
caller can use the thread.stop() method to shut down the event loop and
351
thread. Behind the scenes, this is simply a wrapper around get_message()
352
that runs in a separate thread, essentially creating a tiny non-blocking
0 commit comments