From e8552a01f1861ba20f0362b9e312723c51a5976e Mon Sep 17 00:00:00 2001 From: Alejandro Varas Date: Wed, 23 Jan 2013 15:58:54 -0800 Subject: [PATCH] Fixed typo on README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a1d64d4..e25a39f 100644 --- a/README.rst +++ b/README.rst @@ -146,7 +146,7 @@ object has three attributes: ``excerpt``: The excerpt of ``content`` (read-only). ``has_more``: - True if the excerpt and content are the same, False otherwise. + True if the excerpt and content are different, False otherwise. This object also has a ``__unicode__`` method that returns the full content, allowing ``SplitField`` attributes to appear in templates