Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Walnut356 committed Sep 29, 2023
1 parent 299bb18 commit 06ba348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def set_fmt_table_cell_list_len(cls, n: int | None) -> type[Config]:
╞═════════════╡
│ [1, 2, … 6] │
└─────────────┘
>>> with pl.Config(fmt_table_list_len=10):
>>> with pl.Config(fmt_table_cell_list_len=10):
... print(df)
...
shape: (1, 1)
Expand Down

0 comments on commit 06ba348

Please sign in to comment.