Skip to content

Commit 8b78045

Browse files
authored
Tweak docstrings
1 parent 500d2fb commit 8b78045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seaborn/axisgrid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def figure(self):
5252

5353
def apply(self, func, *args, **kwargs):
5454
"""
55-
Customize the grid with a user-supplied function and return self.
55+
Pass the grid to a user-supplied function and return self.
5656
5757
The `func` must accept an object of this type for its first
5858
positional argument. Additional arguments are passed through.
@@ -67,7 +67,7 @@ def apply(self, func, *args, **kwargs):
6767

6868
def pipe(self, func, *args, **kwargs):
6969
"""
70-
Customize the grid with a user-supplied function and return its value.
70+
Pass the grid to a user-supplied function and return its value.
7171
7272
The `func` must accept an object of this type for its first
7373
positional argument. Additional arguments are passed through.

0 commit comments

Comments
 (0)