summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-25 12:48:53 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-25 12:48:53 -0700
commit5caf83d95749fe5f8b15bf08eac71c450318877d (patch)
tree07f1e4dfa5e73322f18a89d76a2c3fd209a8e33e /doc/index.rst
parent4cf22e028828359542c75adec306ca1182081cb6 (diff)
downloadpexpect-5caf83d95749fe5f8b15bf08eac71c450318877d.tar.gz
Remove reference to Pexpected in the docs - it will be the next version of pexpect
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/index.rst b/doc/index.rst
index d1934a7..d739d96 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,8 +1,5 @@
-Pexpected version |version|
-===========================
-
-Pexpected is a Unicode-aware, Python 3 compatible fork of Pexpect, a pure Python
-Expect-like module.
+Pexpect version |version|
+=========================
Pexpect makes Python a better tool for controlling other
applications.