From 2729edd04d49e758eeefae0047f9047b1a710af1 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 2 Feb 2015 16:08:43 +0100 Subject: [PATCH] Fix markup in examples --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index 00f5f336..d263b931 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -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::