Skip to content

Commit 1a35c15

Browse files
authored
Fix formatting in NEWS entry for dataclass behavior
1 parent a909cb3 commit 1a35c15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Previously descriptors that return themselves from calls to `__get__` were
2-
treated as default values in a dataclass. Now, a `TypeError` is raised if no
3-
initial value is provided to the dataclass constructor.
1+
Previously descriptors that return themselves from calls to `__get__` were
2+
treated as default values in a dataclass. Now, a `TypeError` is raised if no
3+
initial value is provided to the dataclass constructor.

0 commit comments

Comments
 (0)