Skip to content

Commit f3a58ce

Browse files
[3.11] dataclasses.rst: Prevent horizontal scrolling (gh-100025) (gh-100028)
dataclasses.rst: Prevent horizontal scrolling (gh-100025) (cherry picked from commit 51ee0a2) Co-authored-by: Ram Rachum <[email protected]> Co-authored-by: Ram Rachum <[email protected]>
1 parent c206cc9 commit f3a58ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/dataclasses.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Module contents
7979
class C:
8080
...
8181

82-
@dataclass(init=True, repr=True, eq=True, order=False, unsafe_hash=False, frozen=False, match_args=True, kw_only=False, slots=False, weakref_slot=False)
82+
@dataclass(init=True, repr=True, eq=True, order=False, unsafe_hash=False, frozen=False,
83+
match_args=True, kw_only=False, slots=False, weakref_slot=False)
8384
class C:
8485
...
8586

0 commit comments

Comments
 (0)