Skip to content

Commit a65eebd

Browse files
committed
fix docstring
1 parent c8a8d5f commit a65eebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/packaging/setuptools/foo2/foo2/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# this is my foo2 test package
1+
"""
2+
this is my foo2 test package
3+
"""
24

35
# make these available into the parent namespace
46
from foo2.foo import *

0 commit comments

Comments
 (0)