Explorar el Código

improved docstring

Rodja Trappe hace 2 años
padre
commit
0bbc81a544
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      examples/lightbox/main.py

+ 1 - 2
examples/lightbox/main.py

@@ -7,8 +7,7 @@ from nicegui import events, ui
 
 
 class Lightbox:
-    """A lightbox is a dialog which can be opened to display an image in full screen.
-
+    """A thumbnail gallery where each image can be clicked to enlarge.
     Inspired by https://lokeshdhakar.com/projects/lightbox2/.
     """