Skip to content

Commit 567afc4

Browse files
committed
- Fixed a typo in README.md
- Fixed the description of the "normal" method in solver.py. Signed-off-by: Maxim S <poplers24@gmail.com>
1 parent 4469b21 commit 567afc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ captcha_result = asyncio.run(captchaSolver(image))
485485
## Examples
486486
Examples of solving all supported captcha types are located in the [examples] directory.
487487

488-
### Useful links
488+
<!-- Shared links for README.md -->
489489
[2Captcha]: https://2captcha.com/
490490
[2captcha sofware catalog]: https://2captcha.com/software
491491
[pingback settings]: https://2captcha.com/setting/pingback

twocaptcha/solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self,
5454
self.exceptions = SolverExceptions
5555

5656
def normal(self, file, **kwargs):
57-
'''Wrapper for solving normal captcha (image).
57+
'''Wrapper for solving a normal captcha (image).
5858
5959
Parameters
6060
__________

0 commit comments

Comments
 (0)