Skip to content

Commit 84d0f0d

Browse files
Mind-the-CapOzaq
authored andcommitted
small legend correction
1 parent da6ecf1 commit 84d0f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@
553553
"ax.plot(\n",
554554
" nt_experiment[\"time\"],\n",
555555
" nt_experiment[\"cumulative_pedestrians\"],\n",
556-
" label=\"exeriment\",\n",
556+
" label=\"experiment\",\n",
557557
")\n",
558558
"ax.plot(nt_cfsm[\"time\"], nt_cfsm[\"cumulative_pedestrians\"], label=\"cfsm\")\n",
559559
"ax.legend()\n",

0 commit comments

Comments
 (0)