Skip to content

Commit 1a68c75

Browse files
author
Joel Collins
committed
Fixed comment
1 parent 814bbec commit 1a68c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def cleanup():
4747
my_component.average_data,
4848
description="Take an averaged measurement",
4949
task=True, # Is the action a long-running task?
50-
safe=True, # Is the state of the Thing changed by calling the action?
50+
safe=True, # Is the state of the Thing unchanged by calling the action?
5151
idempotent=True, # Can the action be called repeatedly with the same result?
5252
),
5353
"/average",

0 commit comments

Comments
 (0)