Commit acd246f1 by rfkelly0

fix typo "sfspfs" => "sftpfs"

parent 96423731
...@@ -442,7 +442,7 @@ examples: ...@@ -442,7 +442,7 @@ examples:
if not sftpfs._transport.is_authenticated(): if not sftpfs._transport.is_authenticated():
sftpfs.close() sftpfs.close()
raise OpenerError('SFTP requires authentication') raise OpenerError('SFTP requires authentication')
sftpfs = sfspfs.makeopendir(fs_path) sftpfs = sftpfs.makeopendir(fs_path)
return sftpfs, None return sftpfs, None
sftpfs = SFTPFS(host, root_path=fs_path, **credentials) sftpfs = SFTPFS(host, root_path=fs_path, **credentials)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment