Skip to content

Commit

Permalink
small punctuation change
Browse files Browse the repository at this point in the history
  • Loading branch information
zakwatts committed Jan 25, 2024
1 parent 4c0d1ad commit 7ea5ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Create an interactive plot of the forecast using plotly \n",
"# Create an interactive plot of the forecast using plotly.\n",
"fig = px.line(predictions_df)\n",
"fig.show()"
]
Expand All @@ -103,7 +103,7 @@
}
],
"source": [
"# Create a static plot of the forecast using matplotlib\n",
"# Create a static plot of the forecast using matplotlib.\n",
"predictions_df.plot()\n",
"plt.show()"
]
Expand Down

0 comments on commit 7ea5ea0

Please sign in to comment.