Fix markup in examples

This commit is contained in:
Hynek Schlawack 2015-02-02 16:08:43 +01:00
parent c8c7a60389
commit 2729edd04d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ If the value does not pass the validator's standards, it just raises an appropri
...
ValueError: 'x' has to be smaller than 5!
``attrs`` won't intercept your changes to those attributes but you can always call :func:``attr.validate`` on any instance to verify, that it's still valid:
``attrs`` won't intercept your changes to those attributes but you can always call :func:`attr.validate` on any instance to verify, that it's still valid:
.. doctest::