Skip to content

Commit 91fab1f

Browse files
author
gcode@loowis.durge.org
committed
Fix MultiFS example in documentation
1 parent f1f4946 commit 91fab1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fs/multifs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
from fs.osfs import OSFS
3535
from fs.multifs import MultiFS
3636
37+
themed_template_fs = MultiFS()
3738
themed_template_fs.addfs('templates', OSFS('templates'))
38-
themed_template_fs.addfs('theme', OSFS('themes'))
39+
themed_template_fs.addfs('theme', OSFS('theme'))
3940
4041
4142
Now we have a `themed_template_fs` FS object presents a single view of both

0 commit comments

Comments
 (0)