Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- Shared links for README.md -->
[2Captcha]: https://2captcha.com/
[2captcha sofware catalog]: https://2captcha.com/software
[pingback settings]: https://2captcha.com/setting/pingback
Expand Down
2 changes: 1 addition & 1 deletion twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
__________
Expand Down