Skip to content

Commit

Permalink
- Fixed a typo in README.md
Browse files Browse the repository at this point in the history
- Fixed the description of the "normal" method in solver.py.

Signed-off-by: Maxim S <[email protected]>
  • Loading branch information
poplers24 committed Jun 18, 2024
1 parent 4469b21 commit 567afc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 567afc4

Please sign in to comment.