Skip to content

Commit 4268d74

Browse files
author
Max Burnette
committed
fix other build typo
1 parent 24fc65a commit 4268d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/sections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def upload_description(connector, host, key, sectionid, description):
6666
"""
6767

6868
connector.message_process({"type": "section", "id": sectionid},
69-
"Uploading section description.")
69+
"Uploading section description.")
7070

7171
headers = {'Content-Type': 'application/json'}
7272
url = '%sapi/sections/%s/description?key=%s' % (host, sectionid, key)

0 commit comments

Comments
 (0)