summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <thomas@kluyver.me.uk>2020-02-06 13:39:59 +0000
committerGitHub <noreply@github.com>2020-02-06 13:39:59 +0000
commit9e73fa87f60a66f31bfe137a4860722014a4afab (patch)
tree363697e8a6d4942e18fe68e5cf8245ce4c0329e7
parent87aa70e45787da21a316930290426e0828dad95f (diff)
parent2c551c7b5299bf1019d21fd5dbf96e7042bc798e (diff)
downloadpexpect-git-9e73fa87f60a66f31bfe137a4860722014a4afab.tar.gz
Merge pull request #623 from raczben/raczben-patch-1
Update doc: Wexpect is maintained
-rw-r--r--doc/overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index aeb8887..fcfe195 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -264,6 +264,6 @@ When run by ``PopenSpawn``, they may behave differently.
.. seealso::
- `winpexpect <https://pypi.python.org/pypi/winpexpect>`__ and `wexpect <https://gist.github.com/anthonyeden/8488763>`__
- Two unmaintained pexpect-like modules for Windows, which work with a
- hidden console.
+ `wexpect <https://pypi.org/project/wexpect/>`__ is an
+ alternative for Windows, which works with a hidden console.
+