Skip to content

Commit

Permalink
Merge pull request #9 from mikexstudios/readme-spell
Browse files Browse the repository at this point in the history
Minor: Changed iter_tree/iter_spec to match_tree/match_spec
  • Loading branch information
cpburnz committed May 16, 2015
2 parents 198dd31 + d08fe52 commit 43d970f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ as well::

You can perform matching on a whole directory tree with::

>>> matches = spec.iter_tree('path/to/directory')
>>> matches = spec.match_tree('path/to/directory')

Or you can perform matching on a specific set of file paths with::

>>> matches = spec.iter_files(file_paths)
>>> matches = spec.match_files(file_paths)



Expand Down

0 comments on commit 43d970f

Please sign in to comment.