Falko Schindler před 2 roky
rodič
revize
44146bb450
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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'))