Skip to content

Commit

Permalink
Update poll_interval documentation (dropbox#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Nov 11, 2020
1 parent da047f3 commit 1548ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhive/presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, host, port='8080', username=None, principal_username=None, ca
else defaults to system user name
:param catalog: string -- defaults to ``hive``
:param schema: string -- defaults to ``default``
:param poll_interval: int -- how often to ask the Presto REST interface for a progress
:param poll_interval: float -- how often to ask the Presto REST interface for a progress
update, defaults to a second
:param source: string -- arbitrary identifier (shows up in the Presto monitoring page)
:param protocol: string -- network protocol, valid options are ``http`` and ``https``.
Expand Down

0 comments on commit 1548ecc

Please sign in to comment.