Skip to content

Commit 97766b1

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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
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
33
initial value is provided to the dataclass constructor.
4+

0 commit comments

Comments
 (0)