From 5c53eff53092f3e7778a0be4780a8c00ba0e0776 Mon Sep 17 00:00:00 2001 From: redV0ID Date: Sat, 14 Oct 2017 08:49:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python3_anticaptcha/AntiCaptchaControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3_anticaptcha/AntiCaptchaControl.py b/python3_anticaptcha/AntiCaptchaControl.py index d6c7b2a..71a65a1 100644 --- a/python3_anticaptcha/AntiCaptchaControl.py +++ b/python3_anticaptcha/AntiCaptchaControl.py @@ -21,7 +21,7 @@ class AntiCaptchaControl: def complaint_on_result(self, reported_id): ''' - Позволяет отправить жалобуна неправильно решённую капчу. + Позволяет отправить жалобу на неправильно решённую капчу. :param reported_id: Отправляете ID капчи на которую нужно пожаловаться :return: Возвращает True/False, в зависимости от результата '''