quote things

This commit is contained in:
Chris McDonough
2012-10-09 03:06:42 -04:00
parent 10a30c85ee
commit 76198d89d9

View File

@@ -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