Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codes in autopep8 documentation do not match pep8 documentation #623

Open
morgana2313 opened this issue Feb 15, 2022 · 0 comments
Open

codes in autopep8 documentation do not match pep8 documentation #623

morgana2313 opened this issue Feb 15, 2022 · 0 comments

Comments

@morgana2313
Copy link

The codes documented under Features do not match with the pep8 docs. I don't know if this is a glitch in the documentation or intentional.

Features:

  • E101 - Reindent all lines.
  • E121 - Fix indentation to be a multiple of four.

Pep8 docs:

  • E101 | indentation contains mixed spaces and tabs
  • E111 | indentation is not a multiple of four
  • E121 (*^) | continuation line under-indented for hanging indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant