Skip to content

Commit 9d3f9dc

Browse files
authored
DOC: Remove incorrect indexing doc sentence (#52737)
remove incorrect indexing docs
1 parent cec7ffe commit 9d3f9dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/user_guide/indexing.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -1534,9 +1534,7 @@ Index objects
15341534
-------------
15351535

15361536
The pandas :class:`~pandas.Index` class and its subclasses can be viewed as
1537-
implementing an *ordered multiset*. Duplicates are allowed. However, if you try
1538-
to convert an :class:`~pandas.Index` object with duplicate entries into a
1539-
``set``, an exception will be raised.
1537+
implementing an *ordered multiset*. Duplicates are allowed.
15401538

15411539
:class:`~pandas.Index` also provides the infrastructure necessary for
15421540
lookups, data alignment, and reindexing. The easiest way to create an

0 commit comments

Comments
 (0)