Skip to content

Commit

Permalink
Fix small typo in user guide: Outputs.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredocarella authored and jbednar committed Dec 8, 2023
1 parent eaa106b commit a654e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user_guide/Outputs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
],
Expand Down

0 comments on commit a654e78

Please sign in to comment.