diff options
| author | drachenminister <martin.schneider@kabelnet.at> | 2016-03-25 11:31:27 +0100 |
|---|---|---|
| committer | drachenminister <martin.schneider@kabelnet.at> | 2016-03-25 11:31:27 +0100 |
| commit | fa1f9ad120e81a51fe929b92fc4cbe481b35e78c (patch) | |
| tree | 214d3223186f311f0df0ac7f31341f09273a26e7 | |
| parent | 27365be67695f2e12ddd3c4457d31fae79ead15b (diff) | |
| download | python-pushover-fa1f9ad120e81a51fe929b92fc4cbe481b35e78c.tar.gz | |
Update documentation in send_message()
Update documentation to reflect addition of the 'html' parameter
| -rw-r--r-- | pushover.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pushover.py b/pushover.py index 8f33fd4..156afcd 100644 --- a/pushover.py +++ b/pushover.py @@ -210,7 +210,7 @@ class Client: """Send a message to the user. It is possible to specify additional properties of the message by passing keyword arguments. The list of valid keywords is ``title, priority, sound, callback, timestamp, url, - url_title, device, retry and expire`` which are described in the + url_title, device, retry, expire and html`` which are described in the Pushover API documentation. For convenience, you can simply set ``timestamp=True`` to set the timestamp to the current timestamp. |
