From 8d3d72952456662352e3e54ecb006a7e36238b2f Mon Sep 17 00:00:00 2001 From: Ben Harack Date: Thu, 27 Apr 2017 11:52:25 -0700 Subject: [PATCH] Fix typo in top level doc (#452) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 82020895..ff354f1f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -171,7 +171,7 @@ client as arguments in the callback function:: In the above example, the client callback function will be invoked with two arguments, ``'one'`` and ``2``. If a handler function does not return any -vallues, the client callback function will be invoked without arguments. +values, the client callback function will be invoked without arguments. Sending Messages ----------------