Skip to content

Commit f2fa734

Browse files
BackflipPenguindvora-h
authored andcommitted
Update advanced_features.rst (#3019)
1 parent ab82697 commit f2fa734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced_features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ running.
346346
347347
The third option runs an event loop in a separate thread.
348348
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
349+
The thread object is returned to the caller of run_in_thread(). The
350350
caller can use the thread.stop() method to shut down the event loop and
351351
thread. Behind the scenes, this is simply a wrapper around get_message()
352352
that runs in a separate thread, essentially creating a tiny non-blocking

0 commit comments

Comments
 (0)