summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRed_M <pooatyou.com@gmail.com>2018-04-10 02:21:02 +1000
committerRed_M <pooatyou.com@gmail.com>2018-04-10 02:21:02 +1000
commit33ff83bd00d8cd99f39da5158b4963996297525b (patch)
tree3902d0a8b6c9d4d5d58c2eba5b3c8023fa8bd571
parente82f66ee96c6582f970fc571980940a9a9e68240 (diff)
downloadpexpect-33ff83bd00d8cd99f39da5158b4963996297525b.tar.gz
changelog.
-rw-r--r--doc/history.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 412dd30..4041b7d 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -17,7 +17,7 @@ Version 4.5
line is reached.(:ghpull:`468`)
* :meth:`pxssh.pxssh.login` now allows for setting up SSH tunnels to be requested once
logged in to the rmeote server. (:ghpull:`473`)
- The structure should be like this:
+ The structure should be like this::
{ 'local': ['2424:localhost:22'], # Local SSH tunnels
'remote': ['2525:localhost:22'], # Remote SSH tunnels