Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
Co-authored-by: David Huard <huard.david@ouranos.ca>
  • Loading branch information
gschwind and huard authored May 7, 2021
1 parent 7840558 commit 3734f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywps/inout/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _json_data(self, data):
# Try to inline data as text but if fail encode is in base64
if self.data_format.encoding == 'utf-8':
out = self.data.decode('utf-8')
# If data is already enclose with CDATApatern do not add it twise
# If data is already enclosed with CDATA pattern, do not add it twice
if CDATA_PATTERN.match(out):
data["data"] = out
else:
Expand Down

0 comments on commit 3734f3c

Please sign in to comment.