pages*: remove double colons (::) (#10551)

This commit is contained in:
4G3NT
2023-07-27 08:42:45 -07:00
committed by GitHub
parent 5de55b44af
commit 3000e6c071
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
`find {{root_path}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'`
- Find files matching a given size range, limiting the recursive depth to "1"::
- Find files matching a given size range, limiting the recursive depth to "1":
`find {{root_path}} -maxdepth 1 -size {{+500k}} -size {{-10M}}`