Skip to content

Commit 7e33a0d

Browse files
authored
Merge pull request faif#148 from Xuefeng-Zhu/patch-1
correct lazy_evaluation output
2 parents ac7b0db + b78271a commit 7e33a0d

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)