Skip to content

Commit

Permalink
MINOR: [Documentation] Fix LargeListView format string in example (ap…
Browse files Browse the repository at this point in the history
…ache#39974)

### Rationale for this change

apache#38899 fixed the format string for
LargeListView in the table but left the incorrect format string in the
example below. This fixes that.

### What changes are included in this PR?

Documentation change

### Are these changes tested?

N/A
  • Loading branch information
ianmcook authored and zanmato1984 committed Feb 28, 2024
1 parent e37e8a2 commit 807d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/CDataInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Examples
array has format string ``d:12,5``.
* A ``list<uint64>`` array has format string ``+l``, and its single child
has format string ``L``.
* A ``large_list_view<uint64>`` array has format string ``+Lv``, and its single
* A ``large_list_view<uint64>`` array has format string ``+vL``, and its single
child has format string ``L``.
* A ``struct<ints: int32, floats: float32>`` has format string ``+s``; its two
children have names ``ints`` and ``floats``, and format strings ``i`` and
Expand Down

0 comments on commit 807d3c0

Please sign in to comment.