Skip to content

Commit af0c878

Browse files
authored
Correct docstring to describe actual functionality. (#33190)
1 parent f303665 commit af0c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ class _BaseOffset:
462462

463463
def _validate_n(self, n):
464464
"""
465-
Require that `n` be a nonzero integer.
465+
Require that `n` be an integer.
466466
467467
Parameters
468468
----------

0 commit comments

Comments
 (0)