Skip to content

Commit dd6e8ae

Browse files
authored
Update 17-section1-optional-exercises.md
1 parent 35fdd70 commit dd6e8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/17-section1-optional-exercises.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Specify the max line length as an argument: `pylint --max-line-length=100`
109109

110110
### Using a configuration file
111111

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

114114
```
115115
[FORMAT]

0 commit comments

Comments
 (0)