Skip to content

Commit e157993

Browse files
committed
Change ids to ellipsis
1 parent 2a0f886 commit e157993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/python/extending_types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ You can also explicitly specify the UUID type using :func:`pyarrow.uuid`:
663663
>>> pa.array([uuid.uuid4(), uuid.uuid4()], type=pa.uuid())
664664
<pyarrow.lib.UuidArray object at ...>
665665
[
666-
77C17B9296554636A54C6A7EF37A70E4,
667-
B71D2BF764374A60A1DEECB102A77B16
666+
...,
667+
...
668668
]
669669

0 commit comments

Comments
 (0)