summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2019-08-07 09:43:02 +0100
committerGitHub <noreply@github.com>2019-08-07 09:43:02 +0100
commit6a4fc7c3e54217d5d90956d51829beac0f475010 (patch)
treedea226227f5984d1588cfa81b66300ff515104d5
parent3eb30cfdef94e810d5b96f8fae758ea0cc25aaed (diff)
parent12e6dde9a21b6addc2d0854e2fb2da8441f86d1f (diff)
downloadpexpect-git-6a4fc7c3e54217d5d90956d51829beac0f475010.tar.gz
Merge pull request #586 from OsirisS13/master
Update README.rst
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0f5cb98..85d35b9 100644
--- a/README.rst
+++ b/README.rst
@@ -13,7 +13,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.