Skip to content

Commit

Permalink
chore: remove __lt__, etc. from docs (#1106)
Browse files Browse the repository at this point in the history
This slipped into #1090. I wanted to document these, but CPython
limitations prevent adding doc strings to them.
  • Loading branch information
danking authored Oct 21, 2024
1 parent 36a7a94 commit 157b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/encoding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Arrays
.. automodule:: vortex.encoding
:members:
:imported-members:
:special-members: __len__, __lt__, __le__, __eq__, __ne__, __ge__, __gt__
:special-members: __len__

0 comments on commit 157b6a2

Please sign in to comment.