Skip to content

Commit cd8516a

Browse files
authored
DOC: Typo: directive must have a space after :: (#55353)
Typo: directive must have a space after `::` Otherwise it may be interpreted as a comment.
1 parent 9938f68 commit cd8516a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ def interpolate(
986986
downcast : optional, 'infer' or None, defaults to None
987987
Downcast dtypes if possible.
988988
989-
.. deprecated::2.1.0
989+
.. deprecated:: 2.1.0
990990
991991
``**kwargs`` : optional
992992
Keyword arguments to pass on to the interpolating function.

0 commit comments

Comments
 (0)