Skip to content

Commit

Permalink
docs(docstring of _in()): Use semantic newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
iron3oxide committed May 2, 2022
1 parent 4817aca commit d40b6e4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/attr/validators.py
Expand Up @@ -330,9 +330,11 @@ def in_(options, verbose_value_error=False):
:param verbose_value_error: Determines extent of the ValueError signature.
:type verbose_value_error: bool
:raises ValueError: With a human readable error message, and if
verbose_value_error is set to True, the attribute (of type
`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`),
the expected options,
and the value it got.
.. versionadded:: 17.1.0
"""
Expand Down

0 comments on commit d40b6e4

Please sign in to comment.