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 - Request invites & join private channels
Config Config
----- ------
.. code-block:: json .. code-block:: json

View File

@ -4,7 +4,7 @@ Running a bot
It is reccommended to install PyIRCBot3 with Pip or by running the install It is reccommended to install PyIRCBot3 with Pip or by running the install
script included in the module folder. This installs the `pyircbot` command into script included in the module folder. This installs the `pyircbot` command into
your $PATH, which is the easiest way to launch a bot. This document assumes it your $PATH, which is the easiest way to launch a bot. This document assumes it
has been installed this way. has been installed this way.

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

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