1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 14:15:33 +02:00

Fixed spelling error (#8051)

From 'in-pace' to 'in-place'
This commit is contained in:
Gavi Sobell 2022-04-25 12:21:44 -04:00 committed by GitHub
parent 36d481fa58
commit 1f99d907dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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