Skip to content

Commit c4726c9

Browse files
committed
fix
Signed-off-by: Daniel King <[email protected]>
1 parent 985499d commit c4726c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-python/src/expr/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ pub fn root() -> PyExpr {
241241
///
242242
/// .. seealso::
243243
///
244-
/// :meth:`.vortex.Expr.__getitem__`: access a field of a struct a array.
244+
/// Use :meth:`.vortex.Expr.__getitem__` to retrieve a field of a struct array.
245245
#[pyfunction]
246246
pub fn column<'py>(name: &Bound<'py, PyString>) -> PyResult<Bound<'py, PyExpr>> {
247247
let py = name.py();

0 commit comments

Comments
 (0)