Skip to content

Commit

Permalink
Revert "refactor: accept code_reginement"
Browse files Browse the repository at this point in the history
This reverts commit 4e0d734.
  • Loading branch information
lisphilar committed Apr 26, 2024
1 parent bfac6ce commit 61e1de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1273,8 +1273,8 @@ def _repr_html_(self, *, _from_series: bool = False) -> str:
Output format can be modified by setting the following ENVIRONMENT
variables:
* POLARS_FMT_TABLE_CELL_ALIGNMENT: Set the table cell alignment. Accepts 'left', 'right', or 'center'.
* POLARS_FMT_TABLE_CELL_NUMERIC_ALIGNMENT: Set the table cell alignment for numeric columns. Accepts 'left', 'right', or 'center'.
* POLARS_FMT_TABLE_CELL_ALIGNMENT: set the table cell alignment
* POLARS_FMT_TABLE_CELL_NUMERIC_ALIGNMENT:
set the table cell alignment for numeric columns
Raises
Expand Down

0 comments on commit 61e1de4

Please sign in to comment.