Skip to content

Commit d0ed89b

Browse files
authored
Corrected some mistakes
1 parent 1be0a69 commit d0ed89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

password_generator/password_strength.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def update_mouse_coordinates(x, y) -> None:
3333

3434
def show_paste_button(event) -> None:
3535
'''
36-
Called when the user left-clicks on the input box,
36+
Called when the user right-clicks on the input box,
3737
this function displays a 'paste' button slightly above the mouse cursor,
3838
and places it on top of all other widgets.
3939
@@ -49,7 +49,7 @@ def show_paste_button(event) -> None:
4949

5050
def hide_paste_button(event) -> None:
5151
'''
52-
Called when the user right-clicks on a password label,
52+
Called when the user left-clicks on the input box,
5353
this function attempts to hide the 'paste' button.
5454
5555
Parametres

0 commit comments

Comments
 (0)