summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.5.rst')
-rw-r--r--doc/whatsnew/2.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/whatsnew/2.5.rst b/doc/whatsnew/2.5.rst
index 172484cea..15731dd5f 100644
--- a/doc/whatsnew/2.5.rst
+++ b/doc/whatsnew/2.5.rst
@@ -15,7 +15,7 @@ New checkers
* A new check ``isinstance-second-argument-not-valid-type`` was added.
- This check is emitted whenever **pylint** finds a call to the `isinstance`
+ This check is emitted whenever **pylint** finds a call to the ``isinstance``
function with a second argument that is not a type. Such code is likely
unintended as it will cause a TypeError to be thrown at runtime error.
@@ -95,7 +95,7 @@ Other Changes
* Multiple types of string formatting are allowed in logging functions.
-The `logging-fstring-interpolation` message has been brought back to allow
+The ``logging-fstring-interpolation`` message has been brought back to allow
multiple types of string formatting to be used.
The type of formatting to use is chosen through enabling and disabling messages
rather than through the logging-format-style option.