Skip to content

Commit 7ca6cd0

Browse files
authored
DOC: Fix typo in StylerRenderer.format docstring (#59090)
Fix typo in `StylerRenderer.format` docstring
1 parent a3babac commit 7ca6cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def format(
10521052
When using a ``formatter`` string the dtypes must be compatible, otherwise a
10531053
`ValueError` will be raised.
10541054
1055-
When instantiating a Styler, default formatting can be applied be setting the
1055+
When instantiating a Styler, default formatting can be applied by setting the
10561056
``pandas.options``:
10571057
10581058
- ``styler.format.formatter``: default None.

0 commit comments

Comments
 (0)