Skip to content

Commit

Permalink
Due doesn't belong to the beginning of a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 5, 2018
1 parent 4c0e7ca commit d73628a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Backward-incompatible Changes
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.
Due to the nature of this bug, a proper deprecation cycle was unfortunately impossible.
Because of the nature of this bug, a proper deprecation cycle was unfortunately impossible.

Generally speaking, it's advisable to prefer ``kwargs``-based initialization anyways – *especially* if you employ multiple inheritance and diamond-shaped hierarchies.

Expand Down

0 comments on commit d73628a

Please sign in to comment.