Skip to content

Commit 765d1da

Browse files
author
gcerri
committed
Fix line length issue in doctest example
1 parent f388827 commit 765d1da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/formats/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@
149149
150150
>>> info_dict = df.info(return_dict=True)
151151
>>> print(info_dict)
152-
{'Column_summary': '...', 'Memory_usage': 24000128, 'Index_type': 'RangeIndex', 'Index_entries': 1000000}"""
152+
{'Column_summary': '...', 'Memory_usage': 24000128,
153+
'Index_type': 'RangeIndex', 'Index_entries': 1000000}"""
153154
)
154155

155156

0 commit comments

Comments
 (0)