Skip to content

Commit 59578db

Browse files
committed
Fixed missing comma
1 parent 8d1a93f commit 59578db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(fname):
1313
'Because the API uses JSON and REST, developers are ' + \
1414
'able to use OSDF in the language of their choice ' + \
1515
'because almost every language has support for ' + \
16-
'communications via HTTP and working with JSON.'
16+
'communications via HTTP and working with JSON.',
1717
version='0.5',
1818
py_modules=['osdf', 'request'],
1919
author='Victor Felix',

0 commit comments

Comments
 (0)