mirror of
https://github.com/python/cpython.git
synced 2024-12-12 19:33:52 +08:00
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
Block a user