Browse Source

Removed reference to Query.

pull/2/head
Richard Neumann 4 years ago
parent
commit
4946554ec2
  1. 2
      docs/source/usage.rst

2
docs/source/usage.rst

@ -51,7 +51,7 @@ To start a shell, run:
Handling connection timeouts.
-----------------------------
You can specify an optional :code:`timeout=<sec>` parameter on both `Query` and `RCON` clients.
You can specify an optional :code:`timeout=<sec>` parameter to allow a connection attempt to time out.
If a timeout is reached during a connection attempt, it will raise a `socket.timeout <https://docs.python.org/3/library/socket.html#socket.timeout>`_ exception.
The following example will raise a connection timeout after 1.5 seconds:

Loading…
Cancel
Save