Skip to content

Commit 497e42a

Browse files
aBiR1Dmroeschke
andauthored
Apply suggestions from code review
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 4a97c2f commit 497e42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ class Index(IndexOpsMixin, PandasObject):
326326
Parameters
327327
----------
328328
data : array-like (1-dimensional)
329-
Example: Lists, Tuples, NumPy Arrays, pandas Series, Range Objects.
329+
Values of the Index.
330330
dtype : str, numpy.dtype, or ExtensionDtype, optional
331331
Data type for the output Index. If not specified, this will be
332332
inferred from `data`.

0 commit comments

Comments
 (0)