Skip to content

Commit b68bacd

Browse files
ember91noatamir
authored andcommitted
Fix spelling error: 'smaller than' -> 'smaller than' (pandas-dev#48114)
Fix spelling error
1 parent 8e85851 commit b68bacd

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)