Fix markup in examples
This commit is contained in:
parent
c8c7a60389
commit
2729edd04d
|
@ -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!
|
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::
|
.. doctest::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue