Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For this example, we use some data loaded from disk and query it with a SQL comm
result.compute()

# ...or use it for another computation
result.sum.mean().compute()
result["sum"].mean().compute()

.. group-tab:: GPU

Expand Down Expand Up @@ -82,7 +82,7 @@ For this example, we use some data loaded from disk and query it with a SQL comm
result.compute()

# ...or use it for another computation
result.sum.mean().compute()
result["sum"].mean().compute()


.. toctree::
Expand Down