]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
authorRam Rachum <ram@rachum.com>
Mon, 5 Dec 2022 18:56:13 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 18:56:13 +0000 (13:56 -0500)
Doc/library/dataclasses.rst

index 847299649d1efd164af83be496a1870cbcd4d4cd..32c524a734871940fa9dc01709972dcb22631005 100644 (file)
@@ -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:
          ...