Skip to content

Commit 1273c76

Browse files
Update validate_arg_type docstring
Co-authored-by: Jason Sherman <sherman.jasonaf@gmail.com>
1 parent 04e7082 commit 1273c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/contrib/pyros/uncertainty_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def validate_arg_type(
221221
Name of argument to be displayed in exception message.
222222
arg_val : object
223223
Value of argument to be checked.
224-
valid_types : type, tuple of types, or iterable of types
224+
valid_types : type or iterable of types
225225
Valid types for the argument value.
226226
valid_type_desc : str or None, optional
227227
Description of valid types for the argument value;

0 commit comments

Comments
 (0)