From f2340190808afc3e6be7f0f8600bb61b931d91fd Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 4 Dec 2018 12:43:39 +0000 Subject: [PATCH] pyflakes: update tokens for consistency --- pages/common/pyflakes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/pyflakes.md b/pages/common/pyflakes.md index 8d04c80909..bd2996879b 100644 --- a/pages/common/pyflakes.md +++ b/pages/common/pyflakes.md @@ -4,11 +4,11 @@ - Check a single Python file: -`pyflakes check {{path/to/python_file}}` +`pyflakes check {{path/to/file}}.py` - Check Python files in path: -`pyflakes checkPath {{path/to/check}}` +`pyflakes checkPath {{path/to/directory}}` - Check python files in a directory recursively: @@ -16,4 +16,4 @@ - Check all Python files found in multiple paths: -`pyflakes iterSourceCode {{path/to/check}} {{/another/path/to/check}}` +`pyflakes iterSourceCode {{path/to/directory_1}} {{path/to/directory_2}}`