mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
This commit is contained in:
parent
124ecd6576
commit
51ee0a29e9
@ -79,7 +79,8 @@ Module contents
|
||||
class C:
|
||||
...
|
||||
|
||||
@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)
|
||||
@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)
|
||||
class C:
|
||||
...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user