Skip to content

Commit

Permalink
remove inaccurate statement in __richcmp__ docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Feb 26, 2023
1 parent bb995d1 commit 70393bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sage/rings/polynomial/polydict.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,6 @@ cdef class PolyDict:
"""
Implement the ``__richcmp__`` protocol for `PolyDict`s.
Uses `PolyDict.rich_compare` without a key (so only ``==`` and ``!=``
are supported on Python 3; on Python 2 this will fall back on Python 2
default comparison behavior).
EXAMPLES::
sage: from sage.rings.polynomial.polydict import PolyDict
Expand Down

0 comments on commit 70393bd

Please sign in to comment.