Fix argument quoting

This commit is contained in:
Cornelius Mika 2016-02-24 10:27:51 +01:00
parent 4a49782f31
commit e019c18cdd

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