Skip to content

Commit f3cb331

Browse files
author
Marco Gorelli
committed
add docstring
1 parent d9f2e80 commit f3cb331

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,7 @@ def to_html(
22242224
)
22252225

22262226
# ----------------------------------------------------------------------
2227+
@Appender(info.__doc__)
22272228
def info(
22282229
self, verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None
22292230
):

0 commit comments

Comments
 (0)