Skip to content

Commit 4347fc8

Browse files
silverwindterrycain
authored andcommitted
Specify unit of connect_timeout in docs (#363)
It was not clear to me whether these are milliseconds or seconds.
1 parent 2eb8533 commit 4347fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Example::
7676
:param cursorclass: custom cursor class to use.
7777
:param str init_command: initial SQL statement to run when connection is
7878
established.
79-
:param connect_timeout: Timeout before throwing an exception
79+
:param connect_timeout: Timeout in seconds before throwing an exception
8080
when connecting.
8181
:param str read_default_group: Group to read from in the configuration
8282
file.

0 commit comments

Comments
 (0)