Forráskód Böngészése

Fix argument quoting

Cornelius Mika 9 éve
szülő
commit
e019c18cdd
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages/common/find.md

+ 1 - 1
pages/common/find.md

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