Skip to content

Commit 5eb92c6

Browse files
authored
Update pandas.Series.__invert__.rst
1 parent ebe43ac commit 5eb92c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/api/pandas.Series.__invert__.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For boolean and nullable-boolean dtypes, ``~s`` toggles the mask
1616
``~`` performs bitwise invert as in Python.
1717

1818
.. seealso::
19-
:ref:`indexing.boolean`
19+
:ref:`Boolean indexing <indexing.boolean>`
2020

2121
**Examples**
2222

0 commit comments

Comments
 (0)