File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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]
246246pub fn column < ' py > ( name : & Bound < ' py , PyString > ) -> PyResult < Bound < ' py , PyExpr > > {
247247 let py = name. py ( ) ;
You can’t perform that action at this time.
0 commit comments