Skip to content

Commit 43b2b8f

Browse files
Carreauphofl
authored andcommitted
DOC: Imbalanced backticks. (pandas-dev#45896)
Screw up some RST parsers.
1 parent eb5bf84 commit 43b2b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ def pipe(
475475
func : callable or tuple of (callable, str)
476476
Function to apply to this object or, alternatively, a
477477
``(callable, data_keyword)`` tuple where ``data_keyword`` is a
478-
string indicating the keyword of `callable`` that expects the
478+
string indicating the keyword of ``callable`` that expects the
479479
object.
480480
*args : iterable, optional
481481
Positional arguments passed into ``func``.

0 commit comments

Comments
 (0)