Skip to content

Commit

Permalink
DOC : Remove redundant backtick (#17025)
Browse files Browse the repository at this point in the history
  • Loading branch information
musically-ut authored and gfyoung committed Jul 19, 2017
1 parent dd1852d commit af5eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3161,7 +3161,7 @@ def pipe(self, func, *args, **kwargs):

_shared_docs['transform'] = ("""
Call function producing a like-indexed %(klass)s
and return a %(klass)s with the transformed values`
and return a %(klass)s with the transformed values
.. versionadded:: 0.20.0
Expand Down

0 comments on commit af5eafb

Please sign in to comment.