From 1f99d907dc8e8f7dbddf50798a5802b2b8ba1ead Mon Sep 17 00:00:00 2001 From: Gavi Sobell <82414189+gsobell@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:21:44 -0400 Subject: [PATCH] Fixed spelling error (#8051) From 'in-pace' to 'in-place' --- pages/common/autopep8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/autopep8.md b/pages/common/autopep8.md index 571efd295c..5402dc475f 100644 --- a/pages/common/autopep8.md +++ b/pages/common/autopep8.md @@ -11,7 +11,7 @@ `autopep8 --diff {{path/to/file}}` -- Format a file in-pace and save the changes: +- Format a file in-place and save the changes: `autopep8 --in-place {{path/to/file.py}}`