Skip to content

Commit f635d17

Browse files
authored
DOC: Fix typo of =! to != in docstring (#36077)
This fixes GH36075.
1 parent caca6e1 commit f635d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/ops/docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def _make_flex_doc(op_name, typ):
611611
Among flexible wrappers (`eq`, `ne`, `le`, `lt`, `ge`, `gt`) to comparison
612612
operators.
613613
614-
Equivalent to `==`, `=!`, `<=`, `<`, `>=`, `>` with support to choose axis
614+
Equivalent to `==`, `!=`, `<=`, `<`, `>=`, `>` with support to choose axis
615615
(rows or columns) and level for comparison.
616616
617617
Parameters

0 commit comments

Comments
 (0)