From 5728e3e72c4774318c2eddf0d17348b39ff4bfea Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 9 Feb 2022 13:35:32 +0100 Subject: [PATCH] DOC: Imbalanced backticks. Screw up some RST parsers. --- pandas/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/common.py b/pandas/core/common.py index e3989238be849..cd3e76ec0079d 100644 --- a/pandas/core/common.py +++ b/pandas/core/common.py @@ -475,7 +475,7 @@ def pipe( func : callable or tuple of (callable, str) Function to apply to this object or, alternatively, a ``(callable, data_keyword)`` tuple where ``data_keyword`` is a - string indicating the keyword of `callable`` that expects the + string indicating the keyword of ``callable`` that expects the object. *args : iterable, optional Positional arguments passed into ``func``.