Skip to content

Commit 1494b2b

Browse files
author
y-p
committed
DOC: tweak deprecations message for display.line_width
1 parent b9ca0ed commit 1494b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/config_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"""
123123

124124
pc_line_width_deprecation_warning = """\
125-
use display.width instead (currently both are indentical)
125+
line_width has been deprecated, use display.width instead (currently both are identical)
126126
"""
127127

128128
pc_width_doc = """

0 commit comments

Comments
 (0)