summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-04 00:15:30 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-01-04 00:17:24 +0100
commitd2a5b3c7b1e203fec3c7ca73c30eb1785d3d4d0a (patch)
tree418f7be3646b5f65974087fdae3c75454935f2df
parente5d33e6b20724de924de558399bcdaeb4347e9b8 (diff)
downloadastroid-git-d2a5b3c7b1e203fec3c7ca73c30eb1785d3d4d0a.tar.gz
Fix a typo in the changelog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e2dfa508..6c56d234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ What's New in astroid 2.9.2?
============================
Release date: 2022-01-04
-* Fixed regression in ``astroid.scoped_nodes`` where ```_is_metaclass``
+* Fixed regression in ``astroid.scoped_nodes`` where ``_is_metaclass``
was not accessible anymore.
Closes #1325