diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-17 11:52:23 +0200 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-04-17 11:52:23 +0200 |
commit | 3257d6c7e6ae26098ed5e1ada041235a3a18a957 (patch) | |
tree | e3d4f43802b646ad1c54cbc6045c7321f70be563 | |
parent | 1742d44c89bdb80e7e1c4e5a92831612ecd07797 (diff) | |
download | markupsafe-3257d6c7e6ae26098ed5e1ada041235a3a18a957.tar.gz |
Fixed a formatting error in the readme
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |