summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-01-12 22:42:28 +0100
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-01-13 00:04:40 +0100
commit77de9a473c1a76c753c3ae7a4782d40412cec140 (patch)
treeebca4aaf948415ecbfc38f7611db0faeef6343e1
parent0c5ab132e262280da98742e5cf73ecc1cbfa7377 (diff)
downloadpylint-git-77de9a473c1a76c753c3ae7a4782d40412cec140.tar.gz
[changelog] Fix the ` to `` so it's valid rst syntax
-rw-r--r--doc/whatsnew/2/2.15/index.rst2
-rw-r--r--doc/whatsnew/fragments/3299.bugfix2
-rw-r--r--doc/whatsnew/fragments/7457.bugfix2
-rw-r--r--doc/whatsnew/fragments/7463.other2
-rw-r--r--doc/whatsnew/fragments/7818.false_negative2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/whatsnew/2/2.15/index.rst b/doc/whatsnew/2/2.15/index.rst
index 0327fdc8f..aab05caef 100644
--- a/doc/whatsnew/2/2.15/index.rst
+++ b/doc/whatsnew/2/2.15/index.rst
@@ -314,7 +314,7 @@ Other Bug Fixes
Closes #7528 (`#7528 <https://github.com/PyCQA/pylint/issues/7528>`_)
-- Fix bug in scanning of names inside arguments to `typing.Literal`.
+- Fix bug in scanning of names inside arguments to ``typing.Literal``.
See https://peps.python.org/pep-0586/#literals-enums-and-forward-references
for details.
diff --git a/doc/whatsnew/fragments/3299.bugfix b/doc/whatsnew/fragments/3299.bugfix
index dd45d1978..e97057cf7 100644
--- a/doc/whatsnew/fragments/3299.bugfix
+++ b/doc/whatsnew/fragments/3299.bugfix
@@ -1,4 +1,4 @@
-Fix bug in scanning of names inside arguments to `typing.Literal`.
+Fix bug in scanning of names inside arguments to ``typing.Literal``.
See https://peps.python.org/pep-0586/#literals-enums-and-forward-references for details.
Refs #3299
diff --git a/doc/whatsnew/fragments/7457.bugfix b/doc/whatsnew/fragments/7457.bugfix
index 31b48d257..63b93939b 100644
--- a/doc/whatsnew/fragments/7457.bugfix
+++ b/doc/whatsnew/fragments/7457.bugfix
@@ -1,3 +1,3 @@
-Add `mailcap` to deprecated modules list.
+Add ``mailcap`` to deprecated modules list.
Closes #7457
diff --git a/doc/whatsnew/fragments/7463.other b/doc/whatsnew/fragments/7463.other
index 5af1ed640..6cfde5d09 100644
--- a/doc/whatsnew/fragments/7463.other
+++ b/doc/whatsnew/fragments/7463.other
@@ -1,3 +1,3 @@
-Relevant `DeprecationWarnings` are now raised with `stacklevel=2`, so they have the callsite attached in the message.
+Relevant ``DeprecationWarnings`` are now raised with ``stacklevel=2``, so they have the callsite attached in the message.
Closes #7463
diff --git a/doc/whatsnew/fragments/7818.false_negative b/doc/whatsnew/fragments/7818.false_negative
index f1fe76ded..76d118a0d 100644
--- a/doc/whatsnew/fragments/7818.false_negative
+++ b/doc/whatsnew/fragments/7818.false_negative
@@ -1,3 +1,3 @@
-Fix ``dangerous-default-value`` false negative when `*` is used.
+Fix ``dangerous-default-value`` false negative when ``*`` is used.
Closes #7818