Skip to content

Commit c9fee6d

Browse files
committed
Better todo
1 parent cb8429d commit c9fee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qcodes/parameters/parameter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def set_parameter_write(self: Parameter, *args: Any) -> None:
5656
# that cmd is a str even if this is defined inside
5757
# an if isinstance block
5858
assert isinstance(cmd, str)
59-
# TODO it is possible to format str with additional args.
59+
# TODO it is possible to format str with more than one arg.
6060
# this does not seem to have been tested
6161
formatted_cmd = cmd.format(*args)
6262
return function(formatted_cmd)

0 commit comments

Comments
 (0)