summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-31 09:35:29 +0200
committerGitHub <noreply@github.com>2023-03-31 09:35:29 +0200
commite9894d304faa9561aeb00c47bef103ec2c510342 (patch)
tree97c6b5e26f4c45f8f7823711d79a622f153bbe49
parent07a945a218cf7f6b55691923bd797527e7b61cf5 (diff)
downloadpylint-git-e9894d304faa9561aeb00c47bef103ec2c510342.tar.gz
[doc] Fix missing spaces in 2.13's whatsnew (#8519)
-rw-r--r--doc/whatsnew/2/2.13/summary.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/whatsnew/2/2.13/summary.rst b/doc/whatsnew/2/2.13/summary.rst
index 7a8f968fe..ddfb98f84 100644
--- a/doc/whatsnew/2/2.13/summary.rst
+++ b/doc/whatsnew/2/2.13/summary.rst
@@ -295,13 +295,13 @@ Other Changes
the class itself.
Closes #5408
- Refspylint-dev/astroid#1392
+ Refs pylint-dev/astroid#1392
* Fixed false positive for ``unused-argument`` when a method overridden in a subclass
does nothing with the value of a keyword-only argument.
Closes #5771
- Refspylint-dev/astroid#1382
+ Refs pylint-dev/astroid#1382
* Optimize parsing of long lines when ``missing-final-newline`` is enabled.
@@ -343,7 +343,7 @@ Other Changes
* Fixed a crash involving a ``NewType`` named with an f-string.
Closes #5770
- Refspylint-dev/astroid#1400
+ Refs pylint-dev/astroid#1400
* Improved ``bad-open-mode`` message when providing ``None`` to the ``mode``
argument of an ``open()`` call.