Skip to content

Commit 88a05af

Browse files
attack68feefladder
authored andcommitted
doc correction (pandas-dev#43097)
Co-authored-by: JHM Darbyshire (iMac) <[email protected]>
1 parent c0663f8 commit 88a05af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/style_render.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ def format(
681681
to. If the ``formatter`` argument is given in dict form but does not include
682682
all columns within the subset then these columns will have the default formatter
683683
applied. Any columns in the formatter dict excluded from the subset will
684-
raise a ``KeyError``.
684+
be ignored.
685685
686686
When using a ``formatter`` string the dtypes must be compatible, otherwise a
687687
`ValueError` will be raised.

0 commit comments

Comments
 (0)