diff options
Diffstat (limited to 'examples/docstring.py')
-rw-r--r-- | examples/docstring.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/docstring.py b/examples/docstring.py index ab185b6..07b13e0 100644 --- a/examples/docstring.py +++ b/examples/docstring.py @@ -1,4 +1,5 @@ -"""Documentation for this module. +"""@package docstring +Documentation for this module. More details. """ |