diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 61b3167..e518fb0 100644 --- a/docs/source/usage.rst +++ b/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