Skip to content

Commit b78271a

Browse files
authored
correct lazy_evaluation output
1 parent ac7b0db commit b78271a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazy_evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ def main():
6767
# {'name': 'Jhon', 'occupation': 'Coder'}
6868
# Jhon's relatives: Many relatives.
6969
# After we've accessed `relatives`:
70-
# {'_lazy_relatives': 'Many relatives.', 'name': 'Jhon', 'occupation': 'Coder'}
70+
# {'relatives': 'Many relatives.', 'name': 'Jhon', 'occupation': 'Coder'}

0 commit comments

Comments
 (0)