Skip to content

Commit

Permalink
DOC: Fix typo of =! to != in docstring (pandas-dev#36077)
Browse files Browse the repository at this point in the history
This fixes GH36075.
  • Loading branch information
daytonb authored and Kevin D Smith committed Nov 2, 2020
1 parent 889f4fb commit a645692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/ops/docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def _make_flex_doc(op_name, typ):
Among flexible wrappers (`eq`, `ne`, `le`, `lt`, `ge`, `gt`) to comparison
operators.
Equivalent to `==`, `=!`, `<=`, `<`, `>=`, `>` with support to choose axis
Equivalent to `==`, `!=`, `<=`, `<`, `>=`, `>` with support to choose axis
(rows or columns) and level for comparison.
Parameters
Expand Down

0 comments on commit a645692

Please sign in to comment.