Skip to content

Commit 0b72b72

Browse files
committed
fix a typo
1 parent 910f759 commit 0b72b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,7 +2602,7 @@ def _maybe_coerce_values(self, values):
26022602
"""Input validation for values passed to __init__. Ensure that
26032603
we have datetime64ns, coercing if necessary.
26042604
2605-
Parametetrs
2605+
Parameters
26062606
-----------
26072607
values : array-like
26082608
Must be convertible to datetime64

0 commit comments

Comments
 (0)