Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 729b48a

Browse files
committed
Fixed release notes.
1 parent 15e9931 commit 729b48a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/release_notes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ New Features
1212
previously resulted in D100 errors ("Missing docstring in public module")
1313
will now result in D104 (#105, #127).
1414

15-
* Support the option to exclude all error codes. Running the script with
15+
* Support the option to exclude all error codes. Running pep257 with
1616
`--select=` (or `select=` in the configuration file) will exclude all errors
17-
which could then be added one by one using `add-select` (useful for projects
18-
new to pep257).
17+
which could then be added one by one using `add-select`. Useful for projects
18+
new to pep257 (#132, #135).
1919

2020
Bug Fixes
2121

0 commit comments

Comments
 (0)