summaryrefslogtreecommitdiff
path: root/paramiko/config.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 13:51:46 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 13:51:46 -0800
commite6593de3b5ebb88a9a32d8e83245726d394a2646 (patch)
treee4840314565e9ec6755309213495298901b979b8 /paramiko/config.py
parent545dedba3c3074e8ceacf0a4b639e515c85df671 (diff)
downloadparamiko-e6593de3b5ebb88a9a32d8e83245726d394a2646.tar.gz
Fix somebody's smart quotes
Diffstat (limited to 'paramiko/config.py')
-rw-r--r--paramiko/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/config.py b/paramiko/config.py
index c21de936..b58e66a2 100644
--- a/paramiko/config.py
+++ b/paramiko/config.py
@@ -99,7 +99,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.