diff options
author | James Booth <boothj5@gmail.com> | 2016-08-08 22:01:04 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-08-08 22:01:04 +0100 |
commit | b64a9c3d6d99eabdcb3005b009cf034c348bbb03 (patch) | |
tree | e81e5db90ae18ae9e2e5a44028205f159ddcaebc /apidocs/python | |
parent | 4f7af4e429612167c8c4242a2096e001a43a2318 (diff) | |
download | profani-tty-b64a9c3d6d99eabdcb3005b009cf034c348bbb03.tar.gz |
Fix type in python API docs
Diffstat (limited to 'apidocs/python')
-rw-r--r-- | apidocs/python/src/prof.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apidocs/python/src/prof.py b/apidocs/python/src/prof.py index e91e8852..789e1f3e 100644 --- a/apidocs/python/src/prof.py +++ b/apidocs/python/src/prof.py @@ -110,7 +110,7 @@ def register_command(name, min_args, max_args, synopsis, description, arguments, def register_timed(callback, interval): """Register a function that Profanity will call periodically. - :param callback: the funciton to call + :param callback: the function to call :param interval: the time between each call to the function, in seconds :type callback: function :type interval: int @@ -594,4 +594,4 @@ def disco_add_feature(feature): :: prof.disco_add_feature("urn:xmpp:omemo:0:devicelist+notify") """ - pass \ No newline at end of file + pass |