From ecd007e92c333cfce46ed1beb45e81aa44f32804 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 12 Jan 2021 00:57:43 +0100 Subject: [PATCH] Fixed :py:func: text role for sphinx. --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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