Skip to content

Commit 7f92a4e

Browse files
committed
Trying to avoid doctest
1 parent 94b4dd7 commit 7f92a4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eav/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def __iter__(self):
533533
534534
This would allow you to do:
535535
536-
>>> for i in m.eav: print i
536+
\>\>\> for i in m.eav: print i
537537
'''
538538
return iter(self.get_values())
539539

0 commit comments

Comments
 (0)