Răsfoiți Sursa

improved docstring

Rodja Trappe 2 ani în urmă
părinte
comite
0bbc81a544
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  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/.
     """