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 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
2 changes: 1 addition & 1 deletion brickout-game/brickout-game.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
screen = pygame.display.set_mode(size)

"""
This is a simple Ball class for respresenting a ball
This is a simple Ball class for representing a ball
in the game.
"""

Expand Down