Skip to content

Commit

Permalink
Update 17-section1-optional-exercises.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anenadic authored Jan 30, 2025
1 parent 35fdd70 commit dd6e8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/17-section1-optional-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Specify the max line length as an argument: `pylint --max-line-length=100`

### Using a configuration file

You can create a file `.pylintrc` in the root of your project folder to overwrite pylint settings:
You can create a file `.pylintrc` in the root of your project folder to overwrite `pylint` settings:

```
[FORMAT]
Expand Down

0 comments on commit dd6e8ae

Please sign in to comment.