We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4817aca commit d40b6e4Copy full SHA for d40b6e4
1 file changed
src/attr/validators.py
@@ -330,9 +330,11 @@ def in_(options, verbose_value_error=False):
330
:param verbose_value_error: Determines extent of the ValueError signature.
331
:type verbose_value_error: bool
332
333
- :raises ValueError: With a human readable error message, and if
334
- verbose_value_error is set to True, the attribute (of type
335
- `attrs.Attribute`), the expected options, and the value it got.
+ :raises ValueError: With a human readable error message,
+ and if verbose_value_error is set to True,
+ the attribute (of type `attrs.Attribute`),
336
+ the expected options,
337
+ and the value it got.
338
339
.. versionadded:: 17.1.0
340
"""
0 commit comments