We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee96f32 commit 61bb24aCopy full SHA for 61bb24a
Doc/library/dataclasses.rst
@@ -23,7 +23,7 @@ using :pep:`526` type annotations. For example this code::
23
24
@dataclass
25
class InventoryItem:
26
- '''Class for keeping track of an item in inventory.'''
+ """Class for keeping track of an item in inventory."""
27
name: str
28
unit_price: float
29
quantity_on_hand: int = 0
0 commit comments