Browse Source

code review

Falko Schindler 1 year ago
parent
commit
65d8d9028e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      website/more_documentation/scene_documentation.py

+ 2 - 1
website/more_documentation/scene_documentation.py

@@ -66,7 +66,8 @@ def more() -> None:
         - `object_name`: the name of the object that was dragged.
         - `x`, `y`, `z`: the x, y and z coordinates of the dragged object.
                
-        You can also use the `drag_constraints` argument to set a comma-separated JavaScript expression for constraining positions of dragged objects
+        You can also use the `drag_constraints` argument to set comma-separated JavaScript expressions
+        for constraining positions of dragged objects.
     ''')
     def draggable_objects() -> None:
         from nicegui import events