소스 검색

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