From 4946554ec279e9420d6f3b40aba6fe0f185c3070 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sun, 20 Dec 2020 01:34:11 +0100 Subject: [PATCH] Removed reference to Query. --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 1c4c3c8..a5b1bce 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -51,7 +51,7 @@ To start a shell, run: Handling connection timeouts. ----------------------------- -You can specify an optional :code:`timeout=` parameter on both `Query` and `RCON` clients. +You can specify an optional :code:`timeout=` parameter to allow a connection attempt to time out. If a timeout is reached during a connection attempt, it will raise a `socket.timeout `_ exception. The following example will raise a connection timeout after 1.5 seconds: