summaryrefslogtreecommitdiffstats
path: root/Doc/library/telnetlib.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-24 09:05:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-24 09:05:24 (GMT)
commit89e84e7523755faad1cc64ddb9f74a22a63135b1 (patch)
tree53a9c99c3fc2a4d6535b7b806beec5f26b06ca0a /Doc/library/telnetlib.rst
parent7ceb378b8d65de833746145d279959198d199540 (diff)
parentf47036c1309536c048890c265605b06daf7bdc9c (diff)
downloadcpython-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.rst2
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.