From a654e784b0b2bc08883638332b712f62a1d2745f Mon Sep 17 00:00:00 2001 From: Alfredo Carella Date: Thu, 7 Dec 2023 18:43:14 +0100 Subject: [PATCH] Fix small typo in user guide: Outputs.ipynb --- doc/user_guide/Outputs.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/Outputs.ipynb b/doc/user_guide/Outputs.ipynb index 801c64798..37f9ddbab 100644 --- a/doc/user_guide/Outputs.ipynb +++ b/doc/user_guide/Outputs.ipynb @@ -151,7 +151,7 @@ "id": "3a68b349", "metadata": {}, "source": [ - "Here, you can see that there are _two_ outputs from `prod_str()`, one of type Number and one of type String, and that they are in the order (number, string) in the tuple. The other outputs are all a single result returned directly from that method, with the indicated types (defaulting to `Parameter`) and names. Annotating outputs in this way can help you build large, flexible systems for connecting Parameterized objects together into larger data or computational structures." + "Here, you can see that there are _two_ outputs from `products()`, one of type Number and one of type String, and that they are in the order (number, string) in the tuple. The other outputs are all a single result returned directly from that method, with the indicated types (defaulting to `Parameter`) and names. Annotating outputs in this way can help you build large, flexible systems for connecting Parameterized objects together into larger data or computational structures." ] } ],