Skip to content

Commit 3aff16a

Browse files
committed
- Minor fix in mtcaptcha.py docs
1 parent d212625 commit 3aff16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mtcaptcha/mtcaptcha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def send_token(css_locator, captcha_token):
6969
Sends the captcha token to the MTCaptcha response field.
7070
7171
Args:
72-
css_locator (str):
72+
css_locator (str): The CSS locator for the input field.
7373
captcha_token (str): The solved captcha token.
7474
"""
7575
script = f"""

0 commit comments

Comments
 (0)