summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-03-02 00:35:50 -0800
committerGitHub <noreply@github.com>2020-03-02 00:35:50 -0800
commit0a24820d7a13350e0950b9c63d8351a816d855e6 (patch)
treed1eede7c160c5659abcd43bbd0d68c8f192f4125
parent9e73fa87f60a66f31bfe137a4860722014a4afab (diff)
downloadpexpect-git-dluyer-patch-1.tar.gz
Minor typo fix.dluyer-patch-1
-rw-r--r--doc/history.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 2a4aeb0..7947ff5 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -14,7 +14,7 @@ Version 4.8
was increased between calls (:ghpull:`579`).
* Minor test cleanups to improve portability (:ghpull:`580`) (:ghpull:`581`)
(:ghpull:`582`) (:ghpull:`583`) (:ghpull:`584`) (:ghpull:`585`).
-* Disable chaining of timeout and EOF exceptions (:gphull:`606`).
+* Disable chaining of timeout and EOF exceptions (:ghpull:`606`).
* Allow traceback included snippet length to be configured via
``str_last_chars`` rather than always 100 (:ghpull:`598`).
* Python 3 warning added to interact.py (:ghpull:`537`).