Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-f authored Oct 26, 2023
1 parent f49275b commit a49f99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/learn/user_guides/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Complex Types

Daft supports many more interesting complex DataTypes, for example:

* :meth::`DataType.tensor() <daft.DataType.tensor>`: Multi-dimensional (potentially uniformly-shaped) tensors of data
* :meth:`DataType.tensor() <daft.DataType.tensor>`: Multi-dimensional (potentially uniformly-shaped) tensors of data
* :meth:`DataType.embedding() <daft.DataType.embedding>`: Lower-dimensional vector representation of data (e.g. words)
* :meth:`DataType.image() <daft.DataType.image>`: NHWC images

Expand Down

0 comments on commit a49f99c

Please sign in to comment.