Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 15, 2023
1 parent 5d58972 commit be61f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion funml/data/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def record(cls: Type[R]) -> Type[R]:
cls: the class to transform into a record
Returns:
A class which can act as a record of the particular schema
A class which can act as a record of the particular schema \
set by the attributes.
Example:
Expand Down
2 changes: 1 addition & 1 deletion funml/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def val(v: Union[Expression, Callable, Any]) -> Expression:
v: the value e.g. 90 or function e.g. `min`
Returns:
an ml [`Expression`][funml.types.Expression] that can be piped to other ml-expressions or invoked to return its
an ml [`Expression`][funml.types.Expression] that can be piped to other ml-expressions or invoked to return its\
output.
Example:
Expand Down

0 comments on commit be61f11

Please sign in to comment.