Skip to content

Commit f87e2fe

Browse files
musically-utalanbato
authored andcommitted
DOC : Remove redundant backtick (pandas-dev#17025)
1 parent 06d6699 commit f87e2fe

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
@@ -3161,7 +3161,7 @@ def pipe(self, func, *args, **kwargs):
31613161

31623162
_shared_docs['transform'] = ("""
31633163
Call function producing a like-indexed %(klass)s
3164-
and return a %(klass)s with the transformed values`
3164+
and return a %(klass)s with the transformed values
31653165
31663166
.. versionadded:: 0.20.0
31673167

0 commit comments

Comments
 (0)