Bläddra i källkod

improved docstring

Rodja Trappe 2 år sedan
förälder
incheckning
0bbc81a544
1 ändrade filer med 1 tillägg och 2 borttagningar
  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/.
     """