Skip to content

Commit

Permalink
README LE
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFinegan authored Feb 5, 2024
1 parent 82539d5 commit ef995e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pep8-beautiful-code/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# How to Write Beautiful Python Code With PEP 8

This repository contains a code snippets shown in the tutorial on [How to Write Beautiful Python Code With PEP 8](https://realpython.com/python-pep8/).
This repository contains code snippets shown in the tutorial on [How to Write Beautiful Python Code With PEP 8](https://realpython.com/python-pep8/).

You can uncomment the code that isn't PEP 8 compliant in the following files, if you want to test the errors, linters, and autoformatters described in the tutorial:
You can uncomment the code that isn't PEP 8 compliant in the following files if you want to test the errors, linters, and autoformatters described in the tutorial:

- [`mixed_indentation.py`](./mixed_indentation.py)
- [`trailing_whitespace.py`](./trailing_whitespace.py)
Expand Down

0 comments on commit ef995e9

Please sign in to comment.