summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-05-09 13:32:56 +0300
committerVille Skyttä <ville.skytta@iki.fi>2020-05-09 13:32:56 +0300
commit787e78310dcde34be28fc2c1f5f2b6e69c66a45f (patch)
tree8978a2af52a42ef5601012ae01550f442cc15538 /setup.py
parent2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c (diff)
downloadpexpect-git-787e78310dcde34be28fc2c1f5f2b6e69c66a45f.tar.gz
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 b37e353..4a7258e 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.