Commit acd246f1 by rfkelly0

fix typo "sfspfs" => "sftpfs"

parent 96423731
......@@ -442,7 +442,7 @@ examples:
if not sftpfs._transport.is_authenticated():
sftpfs.close()
raise OpenerError('SFTP requires authentication')
sftpfs = sfspfs.makeopendir(fs_path)
sftpfs = sftpfs.makeopendir(fs_path)
return sftpfs, None
sftpfs = SFTPFS(host, root_path=fs_path, **credentials)
......@@ -633,4 +633,4 @@ opener = OpenerRegistry([OSFSOpener,
fsopen = opener.open
fsopendir = opener.opendir
\ No newline at end of file
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