Skip to content

Commit 95cd25c

Browse files
committed
added backticks
1 parent 43281d2 commit 95cd25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: doc/python/renderers.md

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ It is important to note that Dash does not use the renderers framework discussed
235235

236236
Instead, pass your figure as the `figure` parameter to the [`dcc.Graph`](https://dash.plot.ly/dash-core-components/graph) component, which is part of the [Dash Core Components](https://dash.plot.ly/dash-core-components) library. The code below demonstrates how to do this.
237237

238+
```
238239
import dash_core_components as dcc
239240
import plotly.graph_objs as go
240241

0 commit comments

Comments
 (0)