Skip to content

Commit a488f00

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Walls <[email protected]>
1 parent 8ab95d2 commit a488f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whatsnew/4/4.0/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ Breaking Changes
140140
New Features
141141
------------
142142

143-
- ``comparison-of-constants`` now use the unicode from the ast instead of reformatting from
144-
the node's values preventing some bad formatting due to ``utf-8`` limitation. The message now use
143+
- ``comparison-of-constants`` now uses the unicode from the ast instead of reformatting from
144+
the node's values preventing some bad formatting due to ``utf-8`` limitation. The message now uses
145145
``"`` instead of ``'`` to better work with what the python ast returns.
146146

147147
Refs #8736 (`#8736 <https://github.com/pylint-dev/pylint/issues/8736>`_)
@@ -200,7 +200,7 @@ New Features
200200

201201
Refs #10467 (`#10467 <https://github.com/pylint-dev/pylint/issues/10467>`_)
202202

203-
- Add naming styles for ParamSpec and TypeVarTuples which align with the TypeVar style.
203+
- Add naming styles for ``ParamSpec`` and ``TypeVarTuple`` that align with the ``TypeVar`` style.
204204

205205
Refs #10541 (`#10541 <https://github.com/pylint-dev/pylint/issues/10541>`_)
206206

0 commit comments

Comments
 (0)