瀏覽代碼

Fixed spelling error (#8051)

From 'in-pace' to 'in-place'
Gavi Sobell 2 年之前
父節點
當前提交
1f99d907dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/common/autopep8.md

+ 1 - 1
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}}`