Skip to content

Commit fa1f9ad

Browse files
Update documentation in send_message()
Update documentation to reflect addition of the 'html' parameter
1 parent 27365be commit fa1f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushover.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def send_message(self, message, **kwords):
210210
"""Send a message to the user. It is possible to specify additional
211211
properties of the message by passing keyword arguments. The list of
212212
valid keywords is ``title, priority, sound, callback, timestamp, url,
213-
url_title, device, retry and expire`` which are described in the
213+
url_title, device, retry, expire and html`` which are described in the
214214
Pushover API documentation. For convenience, you can simply set
215215
``timestamp=True`` to set the timestamp to the current timestamp.
216216

0 commit comments

Comments
 (0)