fix syntax highlighting in asyncore example code
This commit is contained in:
parent
5ea3d0f95b
commit
04d40ee750
|
@ -282,8 +282,8 @@ implement its socket handling::
|
|||
self.buffer = self.buffer[sent:]
|
||||
|
||||
|
||||
client = HTTPClient('www.python.org', '/')
|
||||
asyncore.loop()
|
||||
client = HTTPClient('www.python.org', '/')
|
||||
asyncore.loop()
|
||||
|
||||
.. _asyncore-example-2:
|
||||
|
||||
|
|
Loading…
Reference in New Issue