Skip to content

Commit 08abbec

Browse files
Apply suggestions from code review
Co-authored-by: Jacob Walls <[email protected]>
1 parent d291e5d commit 08abbec

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
@@ -134,8 +134,8 @@ Breaking Changes
134134
New Features
135135
------------
136136

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

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

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

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

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

0 commit comments

Comments
 (0)