Fix some restructuredtext errors

This commit is contained in:
dpedu 2015-06-20 00:35:48 -07:00
parent 2751eb3d16
commit c7157275c9
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Services enables the bot to:
- Request invites & join private channels
Config
-----
------
.. code-block:: json

2
pyircbot/jsonrpc.py Normal file → Executable file
View File

@ -745,7 +745,7 @@ class TransportSTDINOUT(Transport):
Useful e.g. for debugging.
"""
def send(self, string):
"""write data to STDOUT with '***SEND:' prefix """
"""write data to STDOUT with '\*\*\*SEND:' prefix """
print("***SEND:")
print(string)
def recv(self):