We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d75a8 commit 78d534bCopy full SHA for 78d534b
twocaptcha/__init__.py
@@ -12,4 +12,4 @@
12
"""
13
14
__author__ = '2captcha'
15
-__version__ = '1.2.6'
+__version__ = '1.2.7'
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