summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-16 13:59:53 -0800
committerGitHub <noreply@github.com>2020-01-16 13:59:53 -0800
commit48a156393ef1eb4bd3e56e0993114cb5aa7c1a98 (patch)
treefe2bfb53095bf9b3e2312644da27604b6dcb945c
parent61ce66a0d6a9dbb8614b8d3d7192747c0f5be971 (diff)
downloadpexpect-git-48a156393ef1eb4bd3e56e0993114cb5aa7c1a98.tar.gz
Update history.rst
-rw-r--r--doc/history.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 93bc6b4..3f05909 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -10,13 +10,13 @@ Version 4.8
* Returned behavior of searchwindowsize to that in 4.3 and earlier (searches
are only done within the search window) (:ghpull:`579`).
* Fixed a bug truncating ``before`` attribute after a timeout (:ghpull:`579`).
-* Fixed a bug where a search could be less than ```searchwindowsize``` if it
+* Fixed a bug where a search could be less than ``searchwindowsize`` if it
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`).
* Allow traceback included snippet length to be configured via
- ```str_last_chars``` rather than always 100 (:ghpull:`598`).
+ ``str_last_chars`` rather than always 100 (:ghpull:`598`).
Version 4.7
```````````