Skip to content

Commit

Permalink
DOC: Fix typo in StylerRenderer.format docstring (#59090)
Browse files Browse the repository at this point in the history
Fix typo in `StylerRenderer.format` docstring
  • Loading branch information
tdy committed Jun 25, 2024
1 parent a3babac commit 7ca6cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/formats/style_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def format(
When using a ``formatter`` string the dtypes must be compatible, otherwise a
`ValueError` will be raised.
When instantiating a Styler, default formatting can be applied be setting the
When instantiating a Styler, default formatting can be applied by setting the
``pandas.options``:
- ``styler.format.formatter``: default None.
Expand Down

0 comments on commit 7ca6cd0

Please sign in to comment.