diff --git a/README.md b/README.md index 1c75bd9..d4de1f2 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ captcha_result = asyncio.run(captchaSolver(image)) ## Examples Examples of solving all supported captcha types are located in the [examples] directory. -### Useful links + [2Captcha]: https://2captcha.com/ [2captcha sofware catalog]: https://2captcha.com/software [pingback settings]: https://2captcha.com/setting/pingback diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index e40f0ff..364e517 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 __________