summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Li <josh@jrl.ninja>2020-06-10 16:46:52 -0700
committerJoshua Li <josh@jrl.ninja>2020-06-10 16:46:52 -0700
commit61bbbca956ef9d525c43ce572c8e64f4a5f06aec (patch)
treec3cfa1e23ec4420e44a66d25f2fefb71794f239f
parente56f8f234954b10a3dd83f70b375923486140633 (diff)
another python 3.5 change
-rw-r--r--docs/manpage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpage.rst b/docs/manpage.rst
index 8a5b09a..68845be 100644
--- a/docs/manpage.rst
+++ b/docs/manpage.rst
@@ -11,7 +11,7 @@ Description
-----------
:program:`sshuttle` allows you to create a VPN connection from your
machine to any remote server that you can connect to via
-ssh, as long as that server has python 2.3 or higher.
+ssh, as long as that server has python 3.5 or higher.
To work, you must have root access on the local machine,
but you can have a normal account on the server.