Explorar o código

improved docstring

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
0bbc81a544
Modificáronse 1 ficheiros con 1 adicións e 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/.
     """