Skip to content

Commit f341d04

Browse files
chop_threshold is float
Co-authored-by: Loic Diridollou <[email protected]>
1 parent ea52252 commit f341d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_config/config.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DisplayUnicode(DictWrapper):
4848
east_asian_width: bool
4949

5050
class Display(DictWrapper):
51-
chop_threshold: int | None
51+
chop_threshold: float | None
5252
colheader_justify: Literal["left", "right"]
5353
date_dayfirst: bool
5454
date_yearfirst: bool

0 commit comments

Comments
 (0)