summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:29:56 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-15 13:29:56 -0400
commita167da7f35ee8ab03eee39e7814b09a0e6c8fff3 (patch)
treeb8b1a790efa58ef2a34bab483f69c6feb8455228
parent61777edea42f08de76fc2fd99602c988d1fdf604 (diff)
Fix these backticks
-rw-r--r--paramiko/config.py2
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.