Skip to content

DOC: Docstring for comparison operators has "=!" instead of "!=" #36075

@daytonb

Description

@daytonb

Location of the documentation

Shows up in all the flexible comparison docstrings like "https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.ne.html". The typo is in the _flex_comp_doc_FRAME shared docstring found in core/ops/docstrings.py.

Documentation problem

The docstring says =! instead of != for the not-equals comparison.

Suggested fix for documentation

Just need to change it to !=.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions