Fix typo in bot docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
555275e257
commit
34226fbea7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue