summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2014-04-17 11:52:23 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2014-04-17 11:52:23 +0200
commit3257d6c7e6ae26098ed5e1ada041235a3a18a957 (patch)
treee3d4f43802b646ad1c54cbc6045c7321f70be563
parent1742d44c89bdb80e7e1c4e5a92831612ecd07797 (diff)
downloadmarkupsafe-3257d6c7e6ae26098ed5e1ada041235a3a18a957.tar.gz
Fixed a formatting error in the readme
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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):