summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2019-12-14 16:24:38 +0100
committerGitHub <noreply@github.com>2019-12-14 16:24:38 +0100
commit80e67021693913dc65f637f0ada9a3a8caf3a298 (patch)
tree465ab696782287eaccd61e04778f84ff9fca0947
parent7b073bfa10209d6b3836d7b3e2429df89e7bf305 (diff)
parent2978c93a716d33447d892ab77f0baab4fff7d1c3 (diff)
downloadpexpect-git-80e67021693913dc65f637f0ada9a3a8caf3a298.tar.gz
Merge pull request #608 from timgates42/bugfix/typo_except
Fix simple typo: expcet -> except
-rwxr-xr-xexamples/hive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hive.py b/examples/hive.py
index 43eeb04..0d34b03 100755
--- a/examples/hive.py
+++ b/examples/hive.py
@@ -436,7 +436,7 @@ def resync (hive, hive_names, timeout=2, max_attempts=5):
def parse_host_connect_string (hcs):
'''This parses a host connection string in the form
- username:password@hostname:port. All fields are options expcet hostname. A
+ username:password@hostname:port. All fields are optional except hostname. A
dictionary is returned with all four keys. Keys that were not included are
set to empty strings ''. Note that if your password has the '@' character
then you must backslash escape it. '''