Fabien Lelaquais 3 月之前
父节点
当前提交
5453b05253
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      taipy/gui/extension/library.py

+ 1 - 1
taipy/gui/extension/library.py

@@ -127,7 +127,7 @@ class Element:
             render_xhtml: A function that receives a dictionary containing the element's properties and their values
                 and that must return a valid XHTML string.<br/>
                 This is used to implement static elements.
-            doc_string: The documentation text for this element or None if there is note, which is
+            doc_string: The documentation text for this element or None if there is none, which is
                 the default.<br/>
                 This string is used when generating stub functions so elements of extension libraries
                 can be used with the Page Builder API.