Skip to content

Commit

Permalink
doc: Fix comment regarding aggregator use.
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
b-butler and bdice authored Nov 10, 2022
1 parent fa909b7 commit aadbab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/signac_301_Aggregation_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"\n",
"Aggregation allows a **signac-flow** operation to act on multiple jobs, rather than one job at a time.\n",
"\n",
"An aggregate is defined as a subset of the jobs in a **signac** project. Aggregates are generated when a `flow.aggregator` object is applied to the `FlowProject.operation` directive.\n",
"An aggregate is defined as a subset of the jobs in a **signac** project. Aggregates are generated when a `flow.aggregator` object is provided to the `FlowProject.operation` decorator.\n",
"\n",
"Please refer to the [documentation](https://docs.signac.io/en/latest/aggregation.html) for detailed instructions on how to use aggregation."
]
Expand Down

0 comments on commit aadbab9

Please sign in to comment.