Skip to content

Commit 41d2f23

Browse files
althonoswillmcgugan
authored andcommitted
Fix example of FS.setinfo using a wrong Info key (#153)
1 parent b8d448c commit 41d2f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def setinfo(self, path, info):
210210
211211
Example:
212212
>>> details_info = {"details": {
213-
... "modified_time": time.time()
213+
... "modified": time.time()
214214
... }}
215215
>>> my_fs.setinfo('file.txt', details_info)
216216

0 commit comments

Comments
 (0)