Skip to content

Commit 9246a8b

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
add docstring
1 parent 2fb1526 commit 9246a8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
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)