We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3184c8 commit f1b4742Copy full SHA for f1b4742
src/Prototype/Conceptual/main.py
@@ -105,7 +105,7 @@ def __deepcopy__(self, memo={}):
105
106
deep_copied_component = copy.deepcopy(component)
107
108
- # Let's change the list in shallow_copied_component and see if it changes in
+ # Let's change the list in deep_copied_component and see if it changes in
109
# component.
110
deep_copied_component.some_list_of_objects.append("another object")
111
if component.some_list_of_objects[-1] == "another object":
0 commit comments