Skip to content

Commit f890c6c

Browse files
committed
#5 Add the class docstring to the sample class.
1 parent bd57c48 commit f890c6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/sample.py

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ def sample_func(a: int, b: str) -> bool:
2424

2525

2626
class SampleClass:
27+
"""
28+
Lorem ipsum dolor sit amet, consectetur adipiscing elit,
29+
sed do eiusmod tempor incididunt ut labore et dolore magna
30+
aliqua. Ut enim ad minim veniam.
31+
"""
2732

2833
def __init__(self) -> None:
2934
"""

0 commit comments

Comments
 (0)