Skip to content

Commit 7abb0a3

Browse files
committed
Supported execution modes are plural
1 parent 045501f commit 7abb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/basics/cpu_only_mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The selection of the execution mode implies selection of DataFrame and tensor ty
7575
|CPU|[pandas](https://pandas.pydata.org/)|[NumPy](https://numpy.org/)|
7676

7777
### Stages Defined with `@stage` and `@source` Decorators
78-
Both the `@stage` and `@source` decorators have an optional `execution_modes` parameter that accepts a tuple of `morpheus.config.ExecutionMode` values, which is used to specify the supported execution mode of the stage.
78+
Both the `@stage` and `@source` decorators have an optional `execution_modes` parameter that accepts a tuple of `morpheus.config.ExecutionMode` values, which is used to specify the supported execution modes of the stage.
7979

8080
#### CPU-only Source & Stage Examples
8181
```python

0 commit comments

Comments
 (0)