diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:05:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:05:24 (GMT) |
commit | 89e84e7523755faad1cc64ddb9f74a22a63135b1 (patch) | |
tree | 53a9c99c3fc2a4d6535b7b806beec5f26b06ca0a /Doc/library/telnetlib.rst | |
parent | 7ceb378b8d65de833746145d279959198d199540 (diff) | |
parent | f47036c1309536c048890c265605b06daf7bdc9c (diff) | |
download | cpython-89e84e7523755faad1cc64ddb9f74a22a63135b1.zip cpython-89e84e7523755faad1cc64ddb9f74a22a63135b1.tar.gz cpython-89e84e7523755faad1cc64ddb9f74a22a63135b1.tar.bz2 |
Removed spaces before colons and semicolons.
Diffstat (limited to 'Doc/library/telnetlib.rst')
-rw-r--r-- | Doc/library/telnetlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/telnetlib.rst b/Doc/library/telnetlib.rst index b0e4d1d..31e5dbb 100644 --- a/Doc/library/telnetlib.rst +++ b/Doc/library/telnetlib.rst @@ -205,7 +205,7 @@ Telnet Objects .. method:: Telnet.set_option_negotiation_callback(callback) Each time a telnet option is read on the input flow, this *callback* (if set) is - called with the following parameters : callback(telnet socket, command + called with the following parameters: callback(telnet socket, command (DO/DONT/WILL/WONT), option). No other action is done afterwards by telnetlib. |