mirror of
https://github.com/python/cpython.git
synced 2026-06-03 02:00:19 -04:00
Fix indentation in __post_init__ documentation. (gh-114666)
This commit is contained in:
@@ -538,8 +538,8 @@ that has to be called, it is common to call this method in a
|
||||
|
||||
class Rectangle:
|
||||
def __init__(self, height, width):
|
||||
self.height = height
|
||||
self.width = width
|
||||
self.height = height
|
||||
self.width = width
|
||||
|
||||
@dataclass
|
||||
class Square(Rectangle):
|
||||
|
||||
Reference in New Issue
Block a user