From d2a5b3c7b1e203fec3c7ca73c30eb1785d3d4d0a Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 4 Jan 2022 00:15:30 +0100 Subject: Fix a typo in the changelog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1