Skip to content

Commit 05c3733

Browse files
committed
lint
1 parent 712a3de commit 05c3733

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
@@ -3645,7 +3645,7 @@ def explode(self) -> "Series":
36453645
Returns
36463646
-------
36473647
Series
3648-
exploded lists to rows; index will be duplicated for these rows
3648+
Exploded lists to rows; index will be duplicated for these rows.
36493649
36503650
See Also
36513651
--------

0 commit comments

Comments
 (0)