mirror of https://github.com/python/cpython
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:]
|
self.buffer = self.buffer[sent:]
|
||||||
|
|
||||||
|
|
||||||
client = HTTPClient('www.python.org', '/')
|
client = HTTPClient('www.python.org', '/')
|
||||||
asyncore.loop()
|
asyncore.loop()
|
||||||
|
|
||||||
.. _asyncore-example-2:
|
.. _asyncore-example-2:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue