diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-15 13:29:56 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-15 13:29:56 -0400 |
commit | a167da7f35ee8ab03eee39e7814b09a0e6c8fff3 (patch) | |
tree | b8b1a790efa58ef2a34bab483f69c6feb8455228 | |
parent | 61777edea42f08de76fc2fd99602c988d1fdf604 (diff) |
Fix these backticks
-rw-r--r-- | paramiko/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/config.py b/paramiko/config.py index 233a87d9..76a81bea 100644 --- a/paramiko/config.py +++ b/paramiko/config.py @@ -98,7 +98,7 @@ class SSHConfig (object): The host-matching rules of OpenSSH's ``ssh_config`` man page are used: For each parameter, the first obtained value will be used. The - configuration files contain sections separated by ``Host'' + configuration files contain sections separated by ``Host`` specifications, and that section is only applied for hosts that match one of the patterns given in the specification. |