Browse Source

Fixed :py:func: text role for sphinx.

pull/2/head
Richard Neumann 4 years ago
parent
commit
ecd007e92c
  1. 2
      docs/source/usage.rst

2
docs/source/usage.rst

@ -13,7 +13,7 @@ For usage in code, there is the class :py:class:`rcon.Client`.
Async support
-------------
If you want to use RCOn in an asynchronous environment, use :py:function:`rcon.rcon`.
If you want to use RCOn in an asynchronous environment, use :py:func:`rcon.rcon`.
.. code-block:: python

Loading…
Cancel
Save