Skip to content

Commit

Permalink
ssh: fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Jun 10, 2024
1 parent d406cb6 commit 8b6420a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_mh/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ class SSHClient(object):
.. note::
It is possible to set ``MH_SSH_DEBUG=yes`` environment variable to
log output and exist status to from commands, regardless of what log
log output and exit status to from commands, regardless of what log
level is used. This essentially enforces the :attr:`SSHLog.Full` level.
"""

Expand Down

0 comments on commit 8b6420a

Please sign in to comment.