Skip to content

Commit

Permalink
docs: Align note with the output naming convention
Browse files Browse the repository at this point in the history
Signed-off-by: JiaWei Jiang <[email protected]>
  • Loading branch information
JiangJiaWei1103 committed Oct 26, 2024
1 parent 13b3d82 commit d18c3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/basics/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ We create a task that computes the slope of a regression line:
```

:::{note}
Flytekit will assign a default name to the output variable like `out0`.
Flytekit will assign a default name to the output variable like `o0`.
In case of multiple outputs, each output will be numbered in the order
starting with 0, e.g., -> `out0, out1, out2, ...`.
starting with 0, e.g., `o0`, `o1`, `o2`, etc.
:::

You can execute a Flyte task just like any regular Python function:
Expand Down

0 comments on commit d18c3c7

Please sign in to comment.