Fix argument quoting

waldyrious/alt-syntax
Cornelius Mika 2016-02-24 10:27:51 +01:00
parent 4a49782f31
commit e019c18cdd
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'}}`