Skip to content

Commit 7196b60

Browse files
Marco GorelliMarcoGorelli
Marco Gorelli
authored andcommitted
add docstring
1 parent 61b6a8e commit 7196b60

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
@@ -2225,6 +2225,7 @@ def to_html(
22252225
)
22262226

22272227
# ----------------------------------------------------------------------
2228+
@Appender(info.__doc__)
22282229
def info(
22292230
self, verbose=None, buf=None, max_cols=None, memory_usage=None, null_counts=None
22302231
):

0 commit comments

Comments
 (0)