Skip to content

Commit e5bfbdc

Browse files
authored
Fix spelling error: 'smaller than' -> 'smaller than' (#48114)
Fix spelling error
1 parent 9f81aa6 commit e5bfbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/config_init.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def use_numba_cb(key) -> None:
262262

263263
pc_chop_threshold_doc = """
264264
: float or None
265-
if set to a float value, all float values smaller then the given threshold
265+
if set to a float value, all float values smaller than the given threshold
266266
will be displayed as exactly 0 by repr and friends.
267267
"""
268268

0 commit comments

Comments
 (0)