summaryrefslogtreecommitdiff
path: root/doc/data/messages/d/docstring-first-line-empty/good.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/d/docstring-first-line-empty/good.py')
-rw-r--r--doc/data/messages/d/docstring-first-line-empty/good.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/data/messages/d/docstring-first-line-empty/good.py b/doc/data/messages/d/docstring-first-line-empty/good.py
index c40beb573..16fdd55b2 100644
--- a/doc/data/messages/d/docstring-first-line-empty/good.py
+++ b/doc/data/messages/d/docstring-first-line-empty/good.py
@@ -1 +1,8 @@
-# This is a placeholder for correct code for this message.
+def foo():
+ """Lorem Ipsum is simply dummy text of the printing and typesetting
+ industry.
+
+ Lorem Ipsum has been the industry's standard dummy text ever since the
+ 1500s, when an unknown printer took a galley of type and scrambled it
+ to make a type specimen book
+ """