We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fc65a commit 4268d74Copy full SHA for 4268d74
pyclowder/sections.py
@@ -66,7 +66,7 @@ def upload_description(connector, host, key, sectionid, description):
66
"""
67
68
connector.message_process({"type": "section", "id": sectionid},
69
- "Uploading section description.")
+ "Uploading section description.")
70
71
headers = {'Content-Type': 'application/json'}
72
url = '%sapi/sections/%s/description?key=%s' % (host, sectionid, key)
0 commit comments