summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-05-16 19:24:44 +0100
committerGitHub <noreply@github.com>2020-05-16 19:24:44 +0100
commit02c38338b4ade8b0b0e85be613bc2b9dbfe68a7b (patch)
treefa784fb7ea4c22663b10be0c824e8ff45be38ad7 /setup.py
parent5da50dccbbdb10094837fe56399c5e885867c184 (diff)
parent787e78310dcde34be28fc2c1f5f2b6e69c66a45f (diff)
downloadpexpect-git-master.tar.gz
Merge pull request #643 from scop/spellingHEADmaster
Spelling fixes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 23ba4be..a08416a 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ Don Libes' Expect. Pexpect allows your script to spawn a child application and
control it as if a human were typing commands.
Pexpect can be used for automating interactive applications such as ssh, ftp,
-passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
+passwd, telnet, etc. It can be used to automate setup scripts for duplicating
software package installations on different servers. It can be used for
automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
Pexpect is pure Python.