From 3257d6c7e6ae26098ed5e1ada041235a3a18a957 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Thu, 17 Apr 2014 11:52:23 +0200 Subject: Fixed a formatting error in the readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6d16c09..80a0996 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ following algorithm: 3. otherwise the default format system of Python kicks in and the result is HTML escaped. -Here is how you can implement your own formatting: +Here is how you can implement your own formatting:: class User(object): -- cgit v1.2.1