浏览代码

try to fix warning in startup test

Falko Schindler 1 年之前
父节点
当前提交
0657aa5e14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/documentation/content/plotly_documentation.py

+ 1 - 1
website/documentation/content/plotly_documentation.py

@@ -67,7 +67,7 @@ def plot_updates():
     ui.button('Add trace', on_click=add_trace)
     ui.button('Add trace', on_click=add_trace)
 
 
 
 
-@doc.demo('Plot events', '''
+@doc.demo('Plot events', r'''
     This demo shows how to handle Plotly events.
     This demo shows how to handle Plotly events.
     Try clicking on a data point to see the event data.
     Try clicking on a data point to see the event data.