Skip to content

Commit d40b6e4

Browse files
author
iron3oxide
committed
docs(docstring of _in()): Use semantic newlines
1 parent 4817aca commit d40b6e4

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/attr/validators.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,11 @@ def in_(options, verbose_value_error=False):
330330
:param verbose_value_error: Determines extent of the ValueError signature.
331331
:type verbose_value_error: bool
332332
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.
333+
:raises ValueError: With a human readable error message,
334+
and if verbose_value_error is set to True,
335+
the attribute (of type `attrs.Attribute`),
336+
the expected options,
337+
and the value it got.
336338
337339
.. versionadded:: 17.1.0
338340
"""

0 commit comments

Comments
 (0)