mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
# 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
|
||||
sends a 'command', and the other sends a response (examples would be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue