Skip to content

Commit 6f57dc4

Browse files
committed
Update __main__.py
Typo
1 parent 62e2419 commit 6f57dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPassword/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def check_files():
8787
open(file('settings.py'), 'x')
8888

8989
custom_salt = input(
90-
'Provide custom salt or leave empty for random (it should be super secret adn super safe): ')
90+
'Provide custom salt or leave empty for random (it should be super secret and super safe): ')
9191
if custom_salt == '':
9292
custom_salt = os.urandom(16)
9393

0 commit comments

Comments
 (0)