Skip to content

Commit 5c3d789

Browse files
committed
format
1 parent 224f4ad commit 5c3d789

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Fix two regressions in :mod:`dataclasses` related to annotations:
22

33
- An exception is no longer raised if ``slots=True`` is used and the
4-
``__init__`` method does not have an ``__annotate__`` attribute (likely
5-
because ``init=False`` was used). - An exception is no longer raised if
6-
annotations are requested on the ``__init__`` method and one of the fields
7-
is not present in the class annotations. This can occur in certain dynamic
8-
scenarios.
4+
``__init__`` method does not have an ``__annotate__`` attribute
5+
(likely because ``init=False`` was used).
6+
- An exception is no longer raised if annotations are requested on the
7+
``__init__`` method and one of the fields is not present in the class
8+
annotations. This can occur in certain dynamic scenarios.

0 commit comments

Comments
 (0)