# HG changeset patch # User Paul Boddie # Date 1339264380 -7200 # Node ID 5efb396528ff5b32aeb98d401908abc50933e199 # Parent 0f7fe074a256e5e62cfea73fc5391a14ffda8fbe Added tentative instance attribute definition note. diff -r 0f7fe074a256 -r 5efb396528ff docs/concepts.txt --- a/docs/concepts.txt Sat Jun 09 19:30:11 2012 +0200 +++ b/docs/concepts.txt Sat Jun 09 19:53:00 2012 +0200 @@ -20,7 +20,8 @@ * Module attributes are defined either at the module level or by global statements. * Class attributes are defined only within class statements. - * Instance attributes are defined only by assignments to attributes of self. + * Instance attributes are defined only by assignments to attributes of self + or tentatively as references to attributes of self. These restrictions apply because such attributes are thus explicitly declared, permitting the use of tables (described below). Module and class attributes