From 61e1de4804027b36a54ce7563caf05d36c592fb7 Mon Sep 17 00:00:00 2001 From: lisphilar <7270139+lisphilar@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:49:09 +0900 Subject: [PATCH] Revert "refactor: accept code_reginement" This reverts commit 4e0d7342b9bae0923007ffbe537acb2977a476c0. --- py-polars/polars/dataframe/frame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-polars/polars/dataframe/frame.py b/py-polars/polars/dataframe/frame.py index a38555ec42f1..50ec378c5477 100644 --- a/py-polars/polars/dataframe/frame.py +++ b/py-polars/polars/dataframe/frame.py @@ -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