Skip to content

Commit

Permalink
DOC: Typo: directive must have a space after :: (#55353)
Browse files Browse the repository at this point in the history
Typo: directive must have a space after `::`

Otherwise it may be interpreted as a comment.
  • Loading branch information
Carreau authored Oct 2, 2023
1 parent 9938f68 commit cd8516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ def interpolate(
downcast : optional, 'infer' or None, defaults to None
Downcast dtypes if possible.
.. deprecated::2.1.0
.. deprecated:: 2.1.0
``**kwargs`` : optional
Keyword arguments to pass on to the interpolating function.
Expand Down

0 comments on commit cd8516a

Please sign in to comment.