Merge pull request #804 from nonsequitur/master

Fix argument quoting
waldyrious/alt-syntax
Ruben Vereecken 2016-02-24 01:32:37 -08:00
commit cd98c05f51
1 changed files with 1 additions and 1 deletions

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'}}`