diff --git a/_posts/python/chart-studio/2019-07-03-embedding-charts.html b/_posts/python/chart-studio/2019-07-03-embedding-charts.html index e8df284b5..8fae9b3fd 100644 --- a/_posts/python/chart-studio/2019-07-03-embedding-charts.html +++ b/_posts/python/chart-studio/2019-07-03-embedding-charts.html @@ -17,7 +17,7 @@

Plotly graphs can be embedded in any HTML page. This includes IPython notebooks, Wordpress sites, dashboards, blogs, and more.

-

For more on embedding Plotly graphs in HTML documents, see our tutorial.

+

For more on embedding Plotly graphs in HTML documents, see our tutorial.

From Python, you can generate the HTML code to embed Plotly graphs with the plotly.tools.get_embed function.