Skip to content

Commit b59f39b

Browse files
committed
feedback: fix docstring formatting
1 parent 112b6c5 commit b59f39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/dtypes/cast.py

+2
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,12 @@ def changeit():
447447
def maybe_casted_values(index, codes=None):
448448
"""
449449
Convert an index, given directly or as a pair (level, code), to a 1D array.
450+
450451
Parameters
451452
----------
452453
index : Index
453454
codes : sequence of integers (optional)
455+
454456
Returns
455457
-------
456458
ExtensionArray or ndarray

0 commit comments

Comments
 (0)