Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04d40ee

Browse files
committed
fix syntax highlighting in asyncore example code
1 parent 5ea3d0f commit 04d40ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/asyncore.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ implement its socket handling::
282282
self.buffer = self.buffer[sent:]
283283

284284

285-
client = HTTPClient('www.python.org', '/')
286-
asyncore.loop()
285+
client = HTTPClient('www.python.org', '/')
286+
asyncore.loop()
287287

288288
.. _asyncore-example-2:
289289

0 commit comments

Comments
 (0)