diff --git a/twocaptcha/__init__.py b/twocaptcha/__init__.py index 47db6ef..ccac91f 100644 --- a/twocaptcha/__init__.py +++ b/twocaptcha/__init__.py @@ -12,4 +12,4 @@ """ __author__ = '2captcha' -__version__ = '1.2.6' +__version__ = '1.2.7' diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index 722ec09..f460baf 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -54,7 +54,7 @@ def __init__(self, self.exceptions = SolverExceptions def normal(self, file, **kwargs): - '''Wrapper for solving normal captcha (image). + '''Wrapper for solving a normal captcha (image). Parameters __________