mirror of
https://github.com/open-mmlab/mim.git
synced 2025-06-03 14:59:11 +08:00
fix typo
This commit is contained in:
parent
c161ef236a
commit
cbb97c7fb4
@ -712,7 +712,7 @@ def print_df(dataframe: DataFrame, display_width: int = 80) -> None:
|
||||
return output
|
||||
|
||||
def _generate_output():
|
||||
pd.set_option('display_width', display_width)
|
||||
pd.set_option('display.width', display_width)
|
||||
for row in dataframe.iterrows():
|
||||
yield _table(row)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user