Typo in comment
svn: r16232
This commit is contained in:
parent
e8e91e0901
commit
92ac326024
@ -58,7 +58,7 @@ class ReferencedBySelectionProxyDb(ProxyDbBase):
|
|||||||
# iter through whatever object(s) you want to start
|
# iter through whatever object(s) you want to start
|
||||||
# the trace.
|
# the trace.
|
||||||
if all_people:
|
if all_people:
|
||||||
# Do not add references to those note already included
|
# Do not add references to those not already included
|
||||||
self.restricted_to["Person"] = [x for x in
|
self.restricted_to["Person"] = [x for x in
|
||||||
self.db.iter_person_handles()]
|
self.db.iter_person_handles()]
|
||||||
# Spread activation to all other items:
|
# Spread activation to all other items:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user