Skip to content

Commit 79392f8

Browse files
committed
Fix typo
1 parent 2a4fb36 commit 79392f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/reportlab/reportlab/platypus/tables.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ShadowStyle(NamedTuple):
5959
dx: int
6060
dy: int
6161
color0: _Color
62-
color1: _Corner
62+
color1: _Color
6363
nshades: int
6464

6565
class Table(Flowable):

0 commit comments

Comments
 (0)