From aadbab92579d1c4ca88dcca8901c9f056649a318 Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Thu, 10 Nov 2022 12:10:29 -0500 Subject: [PATCH] doc: Fix comment regarding aggregator use. Co-authored-by: Bradley Dice --- notebooks/signac_301_Aggregation_Tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/signac_301_Aggregation_Tutorial.ipynb b/notebooks/signac_301_Aggregation_Tutorial.ipynb index bd76daa..172f511 100644 --- a/notebooks/signac_301_Aggregation_Tutorial.ipynb +++ b/notebooks/signac_301_Aggregation_Tutorial.ipynb @@ -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." ]