summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRed_M <pooatyou.com@gmail.com>2018-04-10 02:19:53 +1000
committerRed_M <pooatyou.com@gmail.com>2018-04-10 02:19:53 +1000
commite82f66ee96c6582f970fc571980940a9a9e68240 (patch)
tree08cfeb0315890f2dc9a694817113dbd4e0dd030f /doc
parentbed514de27dbab2f502a99ca38021dcd419afb46 (diff)
downloadpexpect-e82f66ee96c6582f970fc571980940a9a9e68240.tar.gz
changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/history.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/history.rst b/doc/history.rst
index 13637d2..412dd30 100644
--- a/doc/history.rst
+++ b/doc/history.rst
@@ -19,9 +19,9 @@ Version 4.5
logged in to the rmeote server. (:ghpull:`473`)
The structure should be like this:
- { 'local': ['2424:localhost:22'], # Local SSH tunnels
- 'remote': ['2525:localhost:22'], # Remote SSH tunnels
- 'dynamic': [8888] } # Dynamic/SOCKS tunnels
+ { 'local': ['2424:localhost:22'], # Local SSH tunnels
+ 'remote': ['2525:localhost:22'], # Remote SSH tunnels
+ 'dynamic': [8888] } # Dynamic/SOCKS tunnels
* :meth:`pxssh.pxssh.login` allows subsequent logins from the remote session and treats
the session as if it was local. (:ghpull:`472`)