aboutsummaryrefslogtreecommitdiffstats
path: root/pushover.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-04-16 23:46:01 +0200
committerThibaut Horel <thibaut.horel@gmail.com>2013-04-16 23:46:01 +0200
commit4b0ace13acc7d123b238b1a910ed0fe40a391668 (patch)
tree4da66ec20545beaf39bf9c4b9b5cfd807b08bd50 /pushover.py
parent7adcac4cf9e86fed4aa9f91631544d7e5bce48a7 (diff)
downloadpython-pushover-4b0ace13acc7d123b238b1a910ed0fe40a391668.tar.gz
Restructure the documentation
Diffstat (limited to 'pushover.py')
-rw-r--r--pushover.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pushover.py b/pushover.py
index 45bfc9a..5f5c61f 100644
--- a/pushover.py
+++ b/pushover.py
@@ -1,7 +1,4 @@
-""" This modules aims at being a comprehensive implementation of the Pushover
-API as described at https://pushover.net/api.
-
-After being imported, the module must be initialize by calling the :func:`init`
+"""After being imported, the module must be initialized by calling the :func:`init`
function with a valid application token before sending messages.
A typical use of the module looks like this::