Explorar o código

Fixed spelling error (#8051)

From 'in-pace' to 'in-place'
Gavi Sobell %!s(int64=2) %!d(string=hai) anos
pai
achega
1f99d907dc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}}`