Fix typo in bot docstring

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-02-24 18:25:55 +00:00
parent 555275e257
commit 34226fbea7
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -32,7 +32,7 @@ class EchoBot(ClientXMPP):
A simple Slixmpp bot that will echo encrypted messages it receives, along
with a short thank you message.
For details on how to build a client with slixmpp, look at exemples in the
For details on how to build a client with slixmpp, look at examples in the
slixmpp repository.
"""