Merge "Fix typo in doc"

This commit is contained in:
Jenkins 2015-04-01 05:02:20 +00:00 committed by Gerrit Code Review
commit a1f74de009
1 changed files with 3 additions and 3 deletions

View File

@ -255,9 +255,9 @@ from the ``Resource`` class::
return None
If the plug-in needs to be more sophisticated in its attribute resolution, the
plug-in may instead choose to override ``FnGetAttr``. If this method is chosen,
however, responsibility for validating the attribute and its accessibility is
the responsibility of the plug-in.
plug-in may instead choose to override ``FnGetAtt``. However, if this method is
chosen, validation and accessibility of the attribute would be the plug-in's
responsibility.
Property and Attribute Example
******************************