Skip to content

Commit

Permalink
Fix one flake8 issue, introduce another :-s
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Aug 10, 2016
1 parent 6fd40e5 commit 2232b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor/ssh/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def sshd_path(self):
@property
def client_options(self):
"""
Options for the OpenSSH client, required to connect with the server.
The options for the OpenSSH client (required to connect with the server).
This is a dictionary of keyword arguments for :class:`.RemoteCommand`
to make it connect with the OpenSSH server (assuming the remote command
Expand Down

0 comments on commit 2232b8e

Please sign in to comment.