Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BlackJack_game/blackjack_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Card:

def __init__(self, suit, rank, face=True):
"""
:param suit: patter in the card
:param suit: pattern in the card
:param rank: point in the card
:param face: show or cover the face(point & pattern on it)
"""
Expand Down
2 changes: 1 addition & 1 deletion bank_managment_system/QTFrontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ def update_employee_data(name, password, salary, position, name_to_update):
)
backend.conn.commit()
show_popup_message(
stacked_widget, "Employee Upadate successfully", UPDATE_EMPLOYEE_PAGE2
stacked_widget, "Employee Update successfully", UPDATE_EMPLOYEE_PAGE2
)

except:
Expand Down