Skip to content

Commit

Permalink
update dicts tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed Apr 21, 2023
1 parent 063c834 commit a02ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/tut_dicts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This is a have-your-cake-and-eat-it-too situation: the first set of results is correctly labeled (`sim.results['y = N^1']`), but you can easily access it without having to type all that (`sim.results[0]`), "
"This is a have-your-cake-and-eat-it-too situation: the first set of results is correctly labeled (`sim.results['y = N^1']`), but you can easily access it without having to type all that (`sim.results[0]`). "
]
},
{
Expand Down

0 comments on commit a02ecb8

Please sign in to comment.