Skip to content

Commit d6a539b

Browse files
committed
lint
1 parent b03c34b commit d6a539b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asv_bench/benchmarks/reshape.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def time_qcut_datetime(self, bins):
240240
pd.qcut(self.datetime_series, bins)
241241

242242

243-
class Explode
243+
class Explode:
244244
param_names = ["n_rows", "max_list_length"]
245245
params = [[100, 1000, 10000], [3, 5, 10]]
246246

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3647,7 +3647,7 @@ def explode(self) -> "Series":
36473647
Returns
36483648
-------
36493649
Series
3650-
exploded lists to rows; index will be duplicated for these rows
3650+
Exploded lists to rows; index will be duplicated for these rows.
36513651
36523652
See Also
36533653
--------

0 commit comments

Comments
 (0)