Make the docstring a raw string, for pydoc.
(How many opre of these will we need? :-( )
This commit is contained in:
parent
3aee7752fa
commit
e4a1b6d7c4
|
@ -25,7 +25,7 @@
|
||||||
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
# ======================================================================
|
# ======================================================================
|
||||||
|
|
||||||
"""A class supporting chat-style (command/response) protocols.
|
r"""A class supporting chat-style (command/response) protocols.
|
||||||
|
|
||||||
This class adds support for 'chat' style protocols - where one side
|
This class adds support for 'chat' style protocols - where one side
|
||||||
sends a 'command', and the other sends a response (examples would be
|
sends a 'command', and the other sends a response (examples would be
|
||||||
|
|
Loading…
Reference in New Issue