Skip to content

Commit

Permalink
STY: minor spelling fix in shellCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Oct 26, 2023
1 parent 61bc8fb commit 1d25fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pydm/widgets/shell_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def confirmDialog(self) -> bool:
@Property(bool)
def showConfirmDialog(self) -> bool:
"""
Wether or not to display a confirmation dialog.
Whether or not to display a confirmation dialog.
Returns
-------
Expand All @@ -119,7 +119,7 @@ def showConfirmDialog(self) -> bool:
@showConfirmDialog.setter
def showConfirmDialog(self, value: bool) -> None:
"""
Wether or not to display a confirmation dialog.
Whether or not to display a confirmation dialog.
Parameters
----------
Expand All @@ -131,7 +131,7 @@ def showConfirmDialog(self, value: bool) -> None:
@Property(bool)
def runCommandsInBash(self) -> bool:
"""
Wether or not to run shell cmds with Popen's option to run them in a bash shell.
Whether or not to run shell cmds with Popen's option to run them through a bash shell.
Returns
-------
Expand All @@ -142,7 +142,7 @@ def runCommandsInBash(self) -> bool:
@runCommandsInBash.setter
def runCommandsInBash(self, value: bool) -> None:
"""
Wether or not to run shell cmds with Popen's option to run them in a bash shell.
Whether or not to run shell cmds with Popen's option to run them in through a bash shell.
Parameters
----------
Expand Down

0 comments on commit 1d25fa1

Please sign in to comment.