summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorLowell Alleman <lowell@kintyre.co>2018-10-24 10:25:23 -0400
committerLowell Alleman <lowell@kintyre.co>2018-10-24 10:25:23 -0400
commit2e276464285df6de830844c5b3abbc3dae8d8298 (patch)
treec99dcd80ac0513f9aa5746da5c02b4fa767af915 /documentation
parenta27715f322bb08b1fccffebab776c94df50057e9 (diff)
downloadpyserial-git-2e276464285df6de830844c5b3abbc3dae8d8298.tar.gz
Fixed transposed RFC 2217 (was 2271)
Updated docs and comments incorrectly referencing 2271 (SNMP). No code change.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/url_handlers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/url_handlers.rst b/documentation/url_handlers.rst
index b4f0da7..5cc1aaa 100644
--- a/documentation/url_handlers.rst
+++ b/documentation/url_handlers.rst
@@ -48,7 +48,7 @@ Supported options in the URL are:
- ``timeout=<value>``: Change network timeout (default 3 seconds). This is
useful when the server takes a little more time to send its answers. The
- timeout applies to the initial Telnet / :rfc:`2271` negotiation as well
+ timeout applies to the initial Telnet / :rfc:`2217` negotiation as well
as changing port settings or control line change commands.
- ``logging={debug|info|warning|error}``: Prints diagnostic messages (not