Browse Source

tiny cleanup

Falko Schindler 2 năm trước cách đây
mục cha
commit
44146bb450
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      website/api_docs_and_examples.py

+ 0 - 1
website/api_docs_and_examples.py

@@ -428,7 +428,6 @@ All three functions also provide `remove` and `replace` parameters in case the p
 
     @example(ui.colors)
     def colors_example():
-        ui.colors()
         ui.button('Default', on_click=lambda: ui.colors())
         ui.button('Gray', on_click=lambda: ui.colors(primary='#555'))