summaryrefslogtreecommitdiff
path: root/doc/index.rst
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 /doc/index.rst
parent2cfb3fe20fca651cba223b7a5dd2429feb7d2f1c (diff)
downloadpexpect-787e78310dcde34be28fc2c1f5f2b6e69c66a45f.tar.gz
Spelling fixes
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 0bcf862..83bb7f2 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -16,7 +16,7 @@ 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
+ssh, ftp, 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. Unlike