From 39ecccbf1abf630d76b8be8216687f821d3b32c1 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 19:38:44 -0400 Subject: [PATCH] Fixed typographical error, changed attemted to attempted in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7d3945e..2de0617 100644 --- a/README.rst +++ b/README.rst @@ -244,7 +244,7 @@ without escaping. That is the preferred way to insert markup inside html templat Also note that there are two contexts to insert markup - tag and attribute. In case of tag ``mint.Markup`` instances will be inserted without modifications. -But if you attemted to insert markup in attribute it will be additionaly escaped. +But if you attempted to insert markup in attribute it will be additionaly escaped. For example we have such python code::