We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63ce87 commit 7c27106Copy full SHA for 7c27106
1 file changed
workflowmonit/workflowCollector.py
@@ -23,7 +23,7 @@ def save_json(json_obj, filename='tmp', gzipped=False):
23
24
:param dict json_obj: the json object
25
:param str filename: the base name of the file to be saved
26
- :param bool gipped: if gzip output document, default is False
+ :param bool gzipped: if gzip output document, default is False
27
:returns: full filename
28
29
:rtype: str
0 commit comments