Merge socket howto fixes from 3.4.

This commit is contained in:
Ezio Melotti 2014-06-27 16:34:57 +03:00
commit 7b2ecc40a9

View file

@ -180,7 +180,7 @@ righter than others).
Assuming you don't want to end the connection, the simplest solution is a fixed
length message::
class mysocket:
class MySocket:
"""demonstration class only
- coded for clarity, not efficiency
"""