Merge pull request #804 from nonsequitur/master

Fix argument quoting
This commit is contained in:
Ruben Vereecken 2016-02-24 01:32:37 -08:00
commit cd98c05f51

View File

@ -32,4 +32,4 @@
- Find files matching more than one search criteria:
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r'}}`