Skip to content

Commit

Permalink
FExpr/Expr adjustments in the docs (#3347)
Browse files Browse the repository at this point in the history
While #2562 is still WIP, we need to have proper a documentation for both `Expr` and `FExpr` input/return types. This PR fixes it.
  • Loading branch information
oleksiyskononenko authored and samukweku committed Jan 3, 2023
1 parent da2c467 commit e3f5fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/dt/prod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cols: FExpr
Input columns.

return: FExpr
return: Expr
f-expression having one row, and the same names and number of columns
as in `cols`. The column stypes are `int64` for
boolean and integer columns, `float32` for `float32` columns
Expand Down

0 comments on commit e3f5fbd

Please sign in to comment.