We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985499d commit c4726c9Copy full SHA for c4726c9
vortex-python/src/expr/mod.rs
@@ -241,7 +241,7 @@ pub fn root() -> PyExpr {
241
///
242
/// .. seealso::
243
244
-/// :meth:`.vortex.Expr.__getitem__`: access a field of a struct a array.
+/// Use :meth:`.vortex.Expr.__getitem__` to retrieve a field of a struct array.
245
#[pyfunction]
246
pub fn column<'py>(name: &Bound<'py, PyString>) -> PyResult<Bound<'py, PyExpr>> {
247
let py = name.py();
0 commit comments