File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ Breaking Changes
134134New 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
You can’t perform that action at this time.
0 commit comments