Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c90b36d

Browse files
committed
Correcting the gmail examples script.
1 parent 720a960 commit c90b36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmail_login_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This will store it into a variable for it to be used when passing this onto
1010
# the webdriver object.
1111
# Note: Using stdiomask does not encrypt your password, it only masks the entry.
12-
# Do not consider stdiomask as a completel secure transport protocol. It's only
12+
# Do not consider stdiomask as a completely secure transport protocol. It's only
1313
# a masking tool.
1414

1515
password = stdiomask.getpass("Enter Password: ")

0 commit comments

Comments
 (0)