From e0b9ab12da4fc4b940c7b5be9ad706c7f5a9be2e Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 27 Sep 2015 20:11:38 +0100 Subject: [PATCH] Retest --- docs/docs_client.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index d4377ad9a..181032ab3 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -103,7 +103,6 @@ Functions --------- .. note :: Any functions used here that take callbacks as an optional parameter can also be used as Promises_. For example, you can do: - .. code-block:: js bot.login(email, password).then(success).catch(err);