Skip to content

Commit d331fe6

Browse files
committed
Small docstring fix.
1 parent 45fa930 commit d331fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/lib/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def to_json(self, value):
3333

3434
def from_json(self, value):
3535
"""
36-
A helper function to return convert key/value store values into Python native objects
36+
Convert key/value store JSON strings into Python native objects
3737
to be returned to StackStorm's actionrunner.
3838
"""
3939
try:

0 commit comments

Comments
 (0)