From 8274c9fdbc1513c87272340f92cd51dfea27c2ab Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Thu, 3 May 2018 18:49:18 +0200 Subject: [PATCH] Fix build --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b49242e..d936233c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -292,7 +292,7 @@ Changes: - Accordingly, ``attr.validators.optional()`` now can take a ``list`` of validators too. `#161 `_ - Validators can now be defined conveniently inline by using the attribute as a decorator. - Check out the `examples `_ to see it in action! + Check out the `validator examples `_ to see it in action! `#143 `_ - ``attr.Factory()`` now has a ``takes_self`` argument that makes the initializer to pass the partially initialized instance into the factory. In other words you can define attribute defaults based on other attributes.