We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4469b21 commit 567afc4Copy full SHA for 567afc4
2 files changed
README.md
@@ -485,7 +485,7 @@ captcha_result = asyncio.run(captchaSolver(image))
485
## Examples
486
Examples of solving all supported captcha types are located in the [examples] directory.
487
488
-### Useful links
+<!-- Shared links for README.md -->
489
[2Captcha]: https://2captcha.com/
490
[2captcha sofware catalog]: https://2captcha.com/software
491
[pingback settings]: https://2captcha.com/setting/pingback
twocaptcha/solver.py
@@ -54,7 +54,7 @@ def __init__(self,
54
self.exceptions = SolverExceptions
55
56
def normal(self, file, **kwargs):
57
- '''Wrapper for solving normal captcha (image).
+ '''Wrapper for solving a normal captcha (image).
58
59
Parameters
60
__________
0 commit comments