Skip to content

Commit f1ed9cb

Browse files
authored
Merge pull request #114 from ispielma/master
Fixed error in a comment that gave the following warning.
2 parents 8d2e773 + c54de6b commit f1ed9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def max_or_zero(*args, **kwargs):
183183
**kwargs: Passed to `max()`.
184184
185185
Returns:
186-
: Max of \*args.
186+
: Max of *args.
187187
"""
188188
if not args:
189189
return 0

0 commit comments

Comments
 (0)