From 76198d89d970d58b673e69086fa94094e20af1c6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 9 Oct 2012 03:06:42 -0400 Subject: [PATCH] quote things --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6401615..e4e2df5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -209,8 +209,8 @@ Features In the above example, even though the ``title = 'Some Schema'`` appears to override the superclass' ``title`` SchemaNode, a ``title`` SchemaNode will indeed be present in the child list of the ``schema`` instance - (``schema['title']`` will return the title SchemaNode) and the schema's - ``title`` attribute will be ``Some Schema`` (schema.title will return + (``schema['title']`` will return the ``title`` SchemaNode) and the schema's + ``title`` attribute will be ``Some Schema`` (``schema.title`` will return ``Some Schema``). Normal inheritance rules apply to class attributes and methods defined in