Skip to content

Commit

Permalink
wording in messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
garmann authored and sijis committed Apr 26, 2019
1 parent f72cf79 commit 2b93caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/plugin_development/messaging.rst
Expand Up @@ -11,8 +11,8 @@ progressing. Instead of using a single `return` statement you can
use `yield` statements for every line of output you wish to send to
the user.

For example, in the following example, the output will be "Going to
sleep", followed by a 10 second wait, followed by "Waking up".
In the following example, the output will be "Going to
sleep", followed by a 10 second wait period and "Waking up" in the end.

.. code-block:: python
Expand Down

0 comments on commit 2b93caf

Please sign in to comment.