Skip to content

Commit

Permalink
MINOR: [Documentation] Fix the documented format strings for list-vie…
Browse files Browse the repository at this point in the history
…ws (#38899)

### Rationale for this change

The code has the correct format string, but documentation was stale with initially proposed values instead of the ones we ended up with.

### What changes are included in this PR?

Documentation change.

### Are these changes tested?

N/A

Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
  • Loading branch information
felipecrv authored Nov 28, 2023
1 parent 427112a commit 83b2c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/format/CDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ names and types of child fields are read from the child arrays.
+------------------------+---------------------------------------------------+------------+
| ``+L`` | large list | |
+------------------------+---------------------------------------------------+------------+
| ``+lv`` | list-view | |
| ``+vl`` | list-view | |
+------------------------+---------------------------------------------------+------------+
| ``+Lv`` | large list-view | |
| ``+vL`` | large list-view | |
+------------------------+---------------------------------------------------+------------+
| ``+w:123`` | fixed-sized list [123 items] | |
+------------------------+---------------------------------------------------+------------+
Expand Down

0 comments on commit 83b2c5f

Please sign in to comment.