summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOsirisS13 <shaffwa@gmail.com>2019-08-07 12:02:38 +1000
committerGitHub <noreply@github.com>2019-08-07 12:02:38 +1000
commit12e6dde9a21b6addc2d0854e2fb2da8441f86d1f (patch)
tree51c984c944d0a7937329e57d3a18d08caf653c4f
parent5440ed260f0f2fde56e1dba3a90835ad33f2d678 (diff)
downloadpexpect-git-12e6dde9a21b6addc2d0854e2fb2da8441f86d1f.tar.gz
Update README.rst
Fixed typo
-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.