Clean-up docs and merge some imports

This commit is contained in:
Lonami Exo
2018-05-30 18:55:01 +02:00
parent 780c66c619
commit ae87d452c8
7 changed files with 32 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ That's it! This is the old way to listen for raw updates, with no further
processing. If this feels annoying for you, remember that you can always
use :ref:`working-with-updates` but maybe use this for some other cases.
Now let's do something more interesting. Every time an user talks to use,
Now let's do something more interesting. Every time an user talks to us,
let's reply to them with the same text reversed:
.. code-block:: python