From 8249305e126ebd2d1074417c5e44b4fa0a90bc3e Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 27 Dec 2017 12:01:08 +0100 Subject: [PATCH] Remove superfluous word --- changelog.d/298.breaking.rst | 2 +- changelog.d/299.breaking.rst | 2 +- changelog.d/304.breaking.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.d/298.breaking.rst b/changelog.d/298.breaking.rst index b5a52ba2..f930e81e 100644 --- a/changelog.d/298.breaking.rst +++ b/changelog.d/298.breaking.rst @@ -1,4 +1,4 @@ -The traversal of of MROs when using multiple inheritance was backward: +The traversal of MROs when using multiple inheritance was backward: If you defined a class ``C`` that subclasses ``A`` and ``B`` like ``C(A, B)``, ``attrs`` would have collected the attributes from ``B`` *before* those of ``A``. This is now fixed and means that in classes that employ multiple inheritance, the output of ``__repr__`` and the order of positional arguments in ``__init__`` changes. diff --git a/changelog.d/299.breaking.rst b/changelog.d/299.breaking.rst index b5a52ba2..f930e81e 100644 --- a/changelog.d/299.breaking.rst +++ b/changelog.d/299.breaking.rst @@ -1,4 +1,4 @@ -The traversal of of MROs when using multiple inheritance was backward: +The traversal of MROs when using multiple inheritance was backward: If you defined a class ``C`` that subclasses ``A`` and ``B`` like ``C(A, B)``, ``attrs`` would have collected the attributes from ``B`` *before* those of ``A``. This is now fixed and means that in classes that employ multiple inheritance, the output of ``__repr__`` and the order of positional arguments in ``__init__`` changes. diff --git a/changelog.d/304.breaking.rst b/changelog.d/304.breaking.rst index b5a52ba2..f930e81e 100644 --- a/changelog.d/304.breaking.rst +++ b/changelog.d/304.breaking.rst @@ -1,4 +1,4 @@ -The traversal of of MROs when using multiple inheritance was backward: +The traversal of MROs when using multiple inheritance was backward: If you defined a class ``C`` that subclasses ``A`` and ``B`` like ``C(A, B)``, ``attrs`` would have collected the attributes from ``B`` *before* those of ``A``. This is now fixed and means that in classes that employ multiple inheritance, the output of ``__repr__`` and the order of positional arguments in ``__init__`` changes.