Commit c4bf5237 by rfkelly0

fix silly typo in docstring

parent 1e0b5965
...@@ -13,7 +13,7 @@ sys.meta_path, you will be able to import modules from the exposed filesystem:: ...@@ -13,7 +13,7 @@ sys.meta_path, you will be able to import modules from the exposed filesystem::
>>> from fs.memoryfs import MemoryFS >>> from fs.memoryfs import MemoryFS
>>> m = MemoryFS() >>> m = MemoryFS()
>>> m.setcontents("helloworld.py","print 'hello world!") >>> m.setcontents("helloworld.py","print 'hello world!'")
>>> >>>
>>> import sys >>> import sys
>>> from fs.expose.importhook import FSImportHook >>> from fs.expose.importhook import FSImportHook
......
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