Skip to content

Commit 9aa0187

Browse files
committed
DOC: rm kwarg/arg mixing warning
1 parent 5da6b8d commit 9aa0187

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/_libs/tslibs/timestamps.pyx

-2
Original file line numberDiff line numberDiff line change
@@ -1538,8 +1538,6 @@ class Timestamp(_Timestamp):
15381538
# - Nones for the first four (legacy) arguments indicate pydatetime
15391539
# keyword arguments. year, month, and day are required. As a
15401540
# shortcut, we just check that the first argument was not passed.
1541-
#
1542-
# Mixing pydatetime positional and keyword arguments is forbidden!
15431541

15441542
cdef:
15451543
object ts_input=_no_input

0 commit comments

Comments
 (0)