소스 검색

#107: fixed merge issue

Hannes Römer 2 년 전
부모
커밋
f55acd8e5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api_docs_and_examples.py

+ 1 - 1
api_docs_and_examples.py

@@ -320,7 +320,7 @@ To overlay an SVG, make the `viewBox` exactly the size of the image and provide
         ui.linear_progress(value=0.3)
 
     with example(ui.circular_progress):
-        ui.circular_progress(value=67.0)
+        ui.circular_progress(value=0.67)
 
     with example(ui.scene):
         with ui.scene(width=225, height=225) as scene: