Skip to content

Commit e9894d3

Browse files
[doc] Fix missing spaces in 2.13's whatsnew (#8519)
1 parent 07a945a commit e9894d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whatsnew/2/2.13/summary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,13 +295,13 @@ Other Changes
295295
the class itself.
296296

297297
Closes #5408
298-
Refspylint-dev/astroid#1392
298+
Refs pylint-dev/astroid#1392
299299

300300
* Fixed false positive for ``unused-argument`` when a method overridden in a subclass
301301
does nothing with the value of a keyword-only argument.
302302

303303
Closes #5771
304-
Refspylint-dev/astroid#1382
304+
Refs pylint-dev/astroid#1382
305305

306306
* Optimize parsing of long lines when ``missing-final-newline`` is enabled.
307307

@@ -343,7 +343,7 @@ Other Changes
343343
* Fixed a crash involving a ``NewType`` named with an f-string.
344344

345345
Closes #5770
346-
Refspylint-dev/astroid#1400
346+
Refs pylint-dev/astroid#1400
347347

348348
* Improved ``bad-open-mode`` message when providing ``None`` to the ``mode``
349349
argument of an ``open()`` call.

0 commit comments

Comments
 (0)