Skip to content

Commit 62d91bf

Browse files
committed
ok really fixed
Signed-off-by: Daniel King <[email protected]>
1 parent c4726c9 commit 62d91bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api/python/expr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the following expression represents the set of rows for which the `age` column l
3434
.. autoclass:: vortex.expr.Expr
3535
:members:
3636

37-
.. py:method:: __getitem__(name, /)
37+
.. py:method:: __getitem__ (name, /)
3838
3939
Extract a field of a struct array.
4040

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-
/// Use :meth:`.vortex.Expr.__getitem__` to retrieve a field of a struct array.
244+
/// Use :meth:`.vortex.expr.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)