From b65cbc06ba86f2e570a84d9e4dd15eef36fd6428 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 21 Jan 2022 07:22:58 +0100 Subject: [PATCH] Fix copy-pasted line in docs Ref https://github.com/python-attrs/attrs/pull/887#discussion_r789198858 --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 02aed52ad..89c9de95d 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -441,7 +441,7 @@ Validators ---------- ``attrs`` comes with some common validators in the ``attrs.validators`` module. -All objects from ``attrs.converters`` are also available from ``attr.converters``. +All objects from ``attrs.validators`` are also available from ``attr.validators``. .. autofunction:: attrs.validators.lt