소스 검색

improved docstring

Rodja Trappe 2 년 전
부모
커밋
0bbc81a544
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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/.
     """