diff --git a/pandas/core/series.py b/pandas/core/series.py index 7348b616fae10..97a53650ec5ff 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -246,7 +246,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc] ---------- data : array-like, Iterable, dict, or scalar value Contains data stored in Series. If data is a dict, argument order is - maintained. + maintained. Unordered sets are not supported. index : array-like or Index (1d) Values must be hashable and have the same length as `data`. Non-unique index values are allowed. Will default to