diff --git a/doc/source/user_guide/indexing.rst b/doc/source/user_guide/indexing.rst index e9cc25fb3086a..4a8be77d23ea2 100644 --- a/doc/source/user_guide/indexing.rst +++ b/doc/source/user_guide/indexing.rst @@ -1534,9 +1534,7 @@ Index objects ------------- The pandas :class:`~pandas.Index` class and its subclasses can be viewed as -implementing an *ordered multiset*. Duplicates are allowed. However, if you try -to convert an :class:`~pandas.Index` object with duplicate entries into a -``set``, an exception will be raised. +implementing an *ordered multiset*. Duplicates are allowed. :class:`~pandas.Index` also provides the infrastructure necessary for lookups, data alignment, and reindexing. The easiest way to create an