Kaydet (Commit) 04d40ee7 authored tarafından Giampaolo Rodolà's avatar Giampaolo Rodolà

fix syntax highlighting in asyncore example code

üst 5ea3d0f9
...@@ -282,8 +282,8 @@ implement its socket handling:: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment