Fix some restructuredtext errors
This commit is contained in:
parent
2751eb3d16
commit
c7157275c9
@ -9,7 +9,7 @@ Services enables the bot to:
|
||||
- Request invites & join private channels
|
||||
|
||||
Config
|
||||
-----
|
||||
------
|
||||
|
||||
.. code-block:: json
|
||||
|
||||
|
@ -4,7 +4,7 @@ Running a bot
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
|
||||
|
2
pyircbot/jsonrpc.py
Normal file → Executable file
2
pyircbot/jsonrpc.py
Normal file → Executable 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):
|
||||
|
Loading…
Reference in New Issue
Block a user