From 9c9c03a40ce7e362a9075aad5a3fe9a71933b8a9 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Thu, 30 Oct 2014 00:18:29 -0400 Subject: Fix inconsistency in the doc --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 24f7075..fa2332e 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ function with a valid application token. Thus, a typical use of the from pushover import init, Client init("") - client = Client("").send_message("Hello!", title="Hello") + Client("").send_message("Hello!", title="Hello") You can also pass the ``api_token`` optional argument to ``Client`` to initialize the module at the same time: @@ -92,7 +92,7 @@ by simply doing: from pushover import Client - client = Client().send_message("Hello!", title="Hello") + Client().send_message("Hello!", title="Hello") or ``pushover --title "Hello" "Hello!"`` from the command line. -- cgit v1.2.3-70-g09d2