Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilez0 authored Nov 11, 2024
1 parent 7d077d5 commit 8900885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def on_button_about_clicked(self, widget):
self.dialog_about.hide()

"""
row functions is seperated to at least 2 subfunctions
row functions are seperated to at least 2 subfunctions
pre() and post()
pre() function will be called first and it will prepare the page for the user input or execute the command then set the post_command to the post() function
post_command is a function that will be called after the vte command is executed (see vte_cb() function)
Expand Down

0 comments on commit 8900885

Please sign in to comment.