From c7157275c98f2ffd1e087e6771d3b5082bf98a1d Mon Sep 17 00:00:00 2001 From: dpedu Date: Sat, 20 Jun 2015 00:35:48 -0700 Subject: [PATCH] Fix some restructuredtext errors --- docs/api/modules/services.rst | 2 +- docs/setup/running.rst | 2 +- pyircbot/jsonrpc.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 pyircbot/jsonrpc.py diff --git a/docs/api/modules/services.rst b/docs/api/modules/services.rst index 0195c2a..90b49ea 100644 --- a/docs/api/modules/services.rst +++ b/docs/api/modules/services.rst @@ -9,7 +9,7 @@ Services enables the bot to: - Request invites & join private channels Config ------ +------ .. code-block:: json diff --git a/docs/setup/running.rst b/docs/setup/running.rst index f7c5a76..492fae5 100644 --- a/docs/setup/running.rst +++ b/docs/setup/running.rst @@ -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. diff --git a/pyircbot/jsonrpc.py b/pyircbot/jsonrpc.py old mode 100644 new mode 100755 index 95661fe..e26b97b --- a/pyircbot/jsonrpc.py +++ b/pyircbot/jsonrpc.py @@ -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):