AlenkaF commented on code in PR #48619: URL: https://github.com/apache/arrow/pull/48619#discussion_r2685318331
########## docs/source/python/compute.rst: ########## @@ -45,14 +47,14 @@ Many compute functions support both array (chunked or not) and scalar inputs, but some will mandate either. For example, ``sort_indices`` requires its first and only input to be an array. -Below are a few simple examples:: +Below are a few simple examples: + +.. code-block:: python - >>> import pyarrow as pa - >>> import pyarrow.compute as pc Review Comment: Here are the doctest session logs: https://github.com/apache/arrow/actions/runs/20845326372/job/59887467379#step:6:8946 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
