Skip to content

Commit 1548ecc

Browse files
author
Erik Ritter
authored
Update poll_interval documentation (#369)
1 parent da047f3 commit 1548ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyhive/presto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(self, host, port='8080', username=None, principal_username=None, ca
103103
else defaults to system user name
104104
:param catalog: string -- defaults to ``hive``
105105
:param schema: string -- defaults to ``default``
106-
:param poll_interval: int -- how often to ask the Presto REST interface for a progress
106+
:param poll_interval: float -- how often to ask the Presto REST interface for a progress
107107
update, defaults to a second
108108
:param source: string -- arbitrary identifier (shows up in the Presto monitoring page)
109109
:param protocol: string -- network protocol, valid options are ``http`` and ``https``.

0 commit comments

Comments
 (0)