mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-17 06:50:24 +00:00
Trying to avoid doctest
This commit is contained in:
parent
94b4dd762b
commit
7f92a4ec20
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ class Entity(object):
|
|||
|
||||
This would allow you to do:
|
||||
|
||||
>>> for i in m.eav: print i
|
||||
\>\>\> for i in m.eav: print i
|
||||
'''
|
||||
return iter(self.get_values())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue