diff --git a/docs/source/resources/BotsInteraction.rst b/docs/source/resources/BotsInteraction.rst index b3306fe1..486ee397 100644 --- a/docs/source/resources/BotsInteraction.rst +++ b/docs/source/resources/BotsInteraction.rst @@ -7,7 +7,8 @@ Inline Bots ----------- - If a bot accepts inline queries, you can call it by using - :obj:`get_inline_bot_results ` to get the list of its inline results: + :obj:`get_inline_bot_results ` to get the list of its inline results + for a query: .. code-block:: python diff --git a/docs/source/resources/SOCKS5Proxy.rst b/docs/source/resources/SOCKS5Proxy.rst index a9b51a39..02822eeb 100644 --- a/docs/source/resources/SOCKS5Proxy.rst +++ b/docs/source/resources/SOCKS5Proxy.rst @@ -19,11 +19,11 @@ Usage username = password = - - To enable or disable the proxy without deleting your settings from the config file, - change the ``enabled`` value as follows: + To enable or disable the proxy without deleting your settings from the config file, + change the ``enabled`` value as follows: - - ``1``, ``yes``, ``True`` or ``on``: Enables the proxy - - ``0``, ``no``, ``False`` or ``off``: Disables the proxy + - ``1``, ``yes``, ``True`` or ``on``: Enables the proxy + - ``0``, ``no``, ``False`` or ``off``: Disables the proxy - Alternatively, you can setup your proxy without the need of the *config.ini* file by using the *proxy* parameter in the Client class: