Skip to content

Commit

Permalink
Update advanced_features.rst (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
BackflipPenguin authored and dvora-h committed Feb 25, 2024
1 parent ab82697 commit f2fa734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ running.
The third option runs an event loop in a separate thread.
pubsub.run_in_thread() creates a new thread and starts the event loop.
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
caller can use the thread.stop() method to shut down the event loop and
thread. Behind the scenes, this is simply a wrapper around get_message()
that runs in a separate thread, essentially creating a tiny non-blocking
Expand Down

0 comments on commit f2fa734

Please sign in to comment.