Skip to content

Commit 3bca9e1

Browse files
committed
stop a sphinx warning
1 parent 66ce0cd commit 3bca9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6667,7 +6667,7 @@ def interpolate(
66676667
66686668
downcast : optional, 'infer' or None, defaults to None
66696669
Downcast dtypes if possible.
6670-
**kwargs
6670+
``**kwargs``
66716671
Keyword arguments to pass on to the interpolating function.
66726672
66736673
Returns

0 commit comments

Comments
 (0)