Skip to content

Commit d27e18f

Browse files
committed
FIX fs_storage: typo in options
1 parent 810a634 commit d27e18f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

fs_storage/models/fs_storage.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,9 @@ def __init__(self, env, ids=(), prefetch_ids=()):
127127
"For example, for the sftp protocol, you can provide the following:\n"
128128
"{\n"
129129
" 'host': 'my.sftp.server',\n"
130-
" 'ssh_kwrags': {\n"
131-
" 'username': 'myuser',\n"
132-
" 'password': 'mypassword',\n"
133-
" 'port': 22,\n"
134-
" }\n"
130+
" 'username': 'myuser',\n"
131+
" 'password': 'mypassword',\n"
132+
" 'port': 22\n"
135133
"}\n"
136134
"For more information, please refer to the fsspec documentation:\n"
137135
"https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations"

0 commit comments

Comments
 (0)