autopep8, openssl-req, safe, sn, lvm: fix typo (#5719)

This commit is contained in:
bl-ue
2021-04-10 15:30:31 -04:00
committed by GitHub
parent 3815dd2178
commit 25a8f14863
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
> Format Python code according to the PEP 8 style guide.
> More information: <https://github.com/hhatto/autopep8>.
- Format a file to stdout, with a custom maximium line length:
- Format a file to stdout, with a custom maximum line length:
`autopep8 {{path/to/file.py}} --max-line-length {{length}}`