Skip to content

Commit 901a8fb

Browse files
committed
fix docstring in setup.py
1 parent 016bde1 commit 901a8fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""""
2+
"""
33
setup.py
44
55
See:
@@ -8,6 +8,7 @@
88
https://github.com/pypa/sampleproject
99
1010
"""
11+
1112
import os
1213

1314
from setuptools import setup

0 commit comments

Comments
 (0)