26 lines
807 B
Diff
26 lines
807 B
Diff
From 92ef1421b62cd7edcea8980f717b8758a51ac931 Mon Sep 17 00:00:00 2001
|
|
From: Hynek Schlawack <hs@ox.cx>
|
|
Date: Thu, 11 Aug 2022 07:11:18 +0200
|
|
Subject: [PATCH] Fix typo
|
|
|
|
---
|
|
CHANGELOG.rst | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
|
|
index c61aeb5..6a8d02f 100644
|
|
--- a/CHANGELOG.rst
|
|
+++ b/CHANGELOG.rst
|
|
@@ -312,7 +312,7 @@ Backward-incompatible Changes
|
|
Changes
|
|
^^^^^^^
|
|
|
|
-- ``attr.define()`` et al now correct detect ``__eq__`` and ``__ne__``.
|
|
+- ``attr.define()`` et al now correctly detect ``__eq__`` and ``__ne__``.
|
|
`#671 <https://github.com/python-attrs/attrs/issues/671>`_
|
|
- ``attr.define()`` et al's hybrid behavior now also works correctly when arguments are passed.
|
|
`#675 <https://github.com/python-attrs/attrs/issues/675>`_
|
|
--
|
|
2.33.0
|
|
|