Skip to content

Commit

Permalink
STY: another 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 1d25fa1 commit fa1c645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydm/widgets/shell_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def runCommandsInBash(self) -> bool:
@runCommandsInBash.setter
def runCommandsInBash(self, value: bool) -> None:
"""
Whether or not to run shell cmds with Popen's option to run them in through a bash shell.
Whether or not to run shell cmds with Popen's option to run them through a bash shell.
Parameters
----------
Expand Down

0 comments on commit fa1c645

Please sign in to comment.