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 0329b48 commit 5ebdba2Copy full SHA for 5ebdba2
1 file changed
curtsies/formatstringarray.py
@@ -142,13 +142,13 @@ def shape(self):
142
@property
143
def height(self):
144
# type: () -> int
145
- "The number of rows"
+ """The number of rows"""
146
return len(self.rows)
147
148
149
def width(self):
150
151
- "The number of columns"
+ """The number of columns"""
152
return self.num_columns
153
154
# TODO rework this next major version bump
0 commit comments