Skip to content

Commit 78d534b

Browse files
author
2captcha
committed
v1.2.7
1 parent 61d75a8 commit 78d534b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

twocaptcha/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"""
1313

1414
__author__ = '2captcha'
15-
__version__ = '1.2.6'
15+
__version__ = '1.2.7'

twocaptcha/solver.py

+1-1
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)