Skip to content

Commit 167507e

Browse files
author
Rohan Jain
committed
fix comment
1 parent 63bf5d8 commit 167507e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/arrow/array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def floordiv_compat(
144144
has_remainder,
145145
),
146146
# GH 55561: floordiv should round towards negative infinity.
147-
# pv.divide for integral types rounds towards 0.
147+
# pc.divide_checked for integral types rounds towards 0.
148148
# Avoid using subtract_checked which would incorrectly raise
149149
# for -9223372036854775808 // 1, because if integer overflow
150150
# occurs, then has_remainder should be false, and overflowed

0 commit comments

Comments
 (0)