From 34226fbea7e96bc430499365bfaacae0c923c392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 24 Feb 2019 18:25:55 +0000 Subject: [PATCH] Fix typo in bot docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- examples/echo_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/echo_client.py b/examples/echo_client.py index fa2be87..ee9fd55 100644 --- a/examples/echo_client.py +++ b/examples/echo_client.py @@ -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. """