From 13d6de6326a7b3bc49f3b33b80b100bf72291280 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 7 Dec 2023 18:51:23 +0300 Subject: [PATCH] Update example.rst --- docs/modules/lemin/example.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/lemin/example.rst b/docs/modules/lemin/example.rst index 0d719d67..17fcdaea 100644 --- a/docs/modules/lemin/example.rst +++ b/docs/modules/lemin/example.rst @@ -1,12 +1,12 @@ -LeminCroppedCaptcha -=================== +LeminCaptcha +============ To import this module: .. code-block:: python - from python_rucaptcha.lemin_cropped_captcha import LeminCroppedCaptcha + from python_rucaptcha.lemin_cropped_captcha import LeminCaptcha -.. autoclass:: python_rucaptcha.lemin_cropped_captcha.LeminCroppedCaptcha +.. autoclass:: python_rucaptcha.lemin_cropped_captcha.LeminCaptcha :members: \ No newline at end of file