Skip to content

Commit

Permalink
docs: fix incorrect qualname for Record
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 27, 2022
1 parent 463e7e2 commit b34a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Navigation
* :class:`ak.contents.ListArray`: splits its nested content into variable-length lists with full generality (may use its content non-contiguously, overlapping, or out-of-order).
* :class:`ak.contents.ListOffsetArray`: splits its nested content into variable-length lists, assuming contiguous, non-overlapping, in-order content.
* :class:`ak.contents.RecordArray`: represents a logical array of records with a "struct of arrays" layout in memory.
* :class:`ak.contents.Record`: represents a single record (not a subclass of :class:`ak.contents.Content` in Python).
* :class:`ak.record.Record`: represents a single record (not a subclass of :class:`ak.contents.Content` in Python).
* :class:`ak.contents.IndexedArray`: rearranges and/or duplicates its content by lazily applying an integer index.
* :class:`ak.contents.IndexedOptionArray`: same as :class:`ak.contents.IndexedArray` with missing values as negative indexes.
* :class:`ak.contents.ByteMaskedArray`: represents its content with missing values with an 8-bit boolean mask.
Expand Down

0 comments on commit b34a445

Please sign in to comment.