Skip to content

Commit 74f5f1d

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Walls <[email protected]>
1 parent ec70f63 commit 74f5f1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whatsnew/2.14.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Summary -- Release highlights
1111
With 2.14 ``pylint`` only supports Python version 3.7.2 and above.
1212

1313
We introduced several new checks among which ``duplicate-value`` for sets,
14-
``comparison-of-constants`` or check related to lambdas. We removed ``no-init`` and
14+
``comparison-of-constants``, and checks related to lambdas. We removed ``no-init`` and
1515
made ``no-self-use`` optional as they were too opinionated. We also added an option
16-
to generate a toml configuration: ``--generate-toml-config``
16+
to generate a toml configuration: ``--generate-toml-config``.
1717

1818
We migrated to ``argparse`` from ``optparse`` and refactored the configuration handling
1919
thanks to Daniël van Noord. On the user side it should change the output of the
2020
``--help`` command, and some inconsistencies and bugs should disappear. The behavior
21-
between options set in config file and in command line will be more consistent. For us,
21+
between options set in a config file versus on the command line will be more consistent. For us,
2222
it will permit to maintain this part of the code easily in the future and anticipate
23-
``optparse's`` removal in Python 3.12.
23+
``optparse``'s removal in Python 3.12.
2424

2525
As a result of the refactor there are a lot of internal deprecations. If you're a library
2626
maintainer that depends on pylint, please verify that you're ready for pylint 3.0
@@ -29,7 +29,7 @@ by activating deprecation warnings.
2929
We continued the integration of ``pylint-error`` and are now at 33%!. We still welcome any community effort
3030
help to review, integrate, and add good/bad examples <https://github.com/PyCQA/pylint/issues/5953>`_. This should be doable
3131
without any ``pylint`` or ``astroid`` knowledge, so this is the perfect entrypoint if you want
32-
to contribute to ``pylint`` or open source without any experience with out code!
32+
to contribute to ``pylint`` or open source without any experience with our code!
3333

3434
New checkers
3535
============

0 commit comments

Comments
 (0)