Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e01e108

Browse files
committedMar 8, 2020
remove trailing space
1 parent 224cec8 commit e01e108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pandas/util/_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def doc(*args: Union[str, Callable], **kwargs: str) -> Callable[[F], F]:
250250
A decorator take docstring templates, concatenate them and perform string
251251
substitution on it.
252252
253-
This decorator will add a variable "_docstring_components" to the wrapped
253+
This decorator will add a variable "_docstring_components" to the wrapped
254254
function to keep track the original docstring template for potential usage.
255255
If it should be consider as a template, it will be saved as a string.
256256
Otherwise, it will be saved as callable, and later user __doc__ and dedent

0 commit comments

Comments
 (0)
Please sign in to comment.