Skip to content

Commit d936b00

Browse files
authored
Fix GL01 docstring errors in some functions (#36875)
1 parent a08e1f8 commit d936b00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/core/shared_docs.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_shared_docs[
66
"aggregate"
7-
] = """\
7+
] = """
88
Aggregate using one or more operations over the specified axis.
99
1010
Parameters
@@ -46,7 +46,7 @@
4646

4747
_shared_docs[
4848
"compare"
49-
] = """\
49+
] = """
5050
Compare to another %(klass)s and show the differences.
5151
5252
.. versionadded:: 1.1.0
@@ -75,7 +75,7 @@
7575

7676
_shared_docs[
7777
"groupby"
78-
] = """\
78+
] = """
7979
Group %(klass)s using a mapper or by a Series of columns.
8080
8181
A groupby operation involves some combination of splitting the
@@ -144,7 +144,7 @@
144144

145145
_shared_docs[
146146
"melt"
147-
] = """\
147+
] = """
148148
Unpivot a DataFrame from wide to long format, optionally leaving identifiers set.
149149
150150
This function is useful to massage a DataFrame into a format where one
@@ -258,7 +258,7 @@
258258

259259
_shared_docs[
260260
"transform"
261-
] = """\
261+
] = """
262262
Call ``func`` on self producing a {klass} with transformed values.
263263
264264
Produced {klass} will have same axis length as self.

0 commit comments

Comments
 (0)