Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Sep 13, 2016
1 parent 2e7806c commit 0e77818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -108,7 +108,7 @@ Imagine this folder tree:
>>> ignore_list=['.*'])
Once you have a fully defined Crumb, you can use its ``path`` for operations with the corresponding file.
For that you have to convert it to string by doing ``str(crumb)`` or ``crumb.path``.
For that you have to convert it to string by using ``str(crumb)`` or ``crumb.path``.
See more quick examples after the `Long Intro`_ check `More features and tricks`_.
Expand Down

0 comments on commit 0e77818

Please sign in to comment.