From 9d09d1991186d842dce4dc2ea023996b3c091fc8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 23 Feb 2021 18:03:10 +0100 Subject: [PATCH] Fix typo in changelog See #7143 --- doc/en/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 3e854f5997..967fca2098 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -1028,7 +1028,7 @@ Bug Fixes - `#7110 `_: Fixed regression: ``asyncbase.TestCase`` tests are executed correctly again. -- `#7143 `_: Fix ``File.from_constructor`` so it forwards extra keyword arguments to the constructor. +- `#7143 `_: Fix ``File.from_parent`` so it forwards extra keyword arguments to the constructor. - `#7145 `_: Classes with broken ``__getattribute__`` methods are displayed correctly during failures.