summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2016-02-05 01:40:39 +0000
committerAndrew Scheller <github@loowis.durge.org>2016-02-05 01:40:39 +0000
commit20efe88158f5de4b680c901eba96de7a006a9ef1 (patch)
treee481d5eb8e01c54a9b37f7485ac07611361aa38f
parentc1d94ae227b3b684929a08eb3a641a794e0f9fca (diff)
downloadpyfilesystem-git-20efe88158f5de4b680c901eba96de7a006a9ef1.tar.gz
Doc update
Paramiko is needed for sftpfs, not ftpfs
-rw-r--r--docs/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 1fe245c..e05a13e 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -42,7 +42,7 @@ Prerequisites
PyFilesystem requires at least **Python 2.6**. There are a few other dependencies if you want to use some of the more advanced filesystem interfaces, but for basic use all that is needed is the Python standard library.
* Boto (required for :mod:`fs.s3fs`) https://github.com/boto/boto
- * Paramiko (required for :class:`fs.ftpfs.FTPFS`) https://github.com/paramiko/paramiko
+ * Paramiko (required for :mod:`fs.sftpfs`) https://github.com/paramiko/paramiko
* wxPython (required for :mod:`fs.browsewin`) http://www.wxpython.org/