diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:04:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:04:36 (GMT) |
commit | f47036c1309536c048890c265605b06daf7bdc9c (patch) | |
tree | e6df0e6a342b66183d5924c97667c14c42cb2ff7 /Doc/library/telnetlib.rst | |
parent | 55c6cc408c56f586c4826c1d9639a5f4635c021c (diff) | |
download | cpython-f47036c1309536c048890c265605b06daf7bdc9c.zip cpython-f47036c1309536c048890c265605b06daf7bdc9c.tar.gz cpython-f47036c1309536c048890c265605b06daf7bdc9c.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. |