Skip to content

Commit a52bae8

Browse files
author
Marco Sulla
committed
minor
1 parent 0aad598 commit a52bae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frozendict/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __deepcopy__(self, memo, *args, **kwargs):
103103
return_copy = False
104104

105105
if return_copy:
106-
return self.__copy__(*args, **kwargs)
106+
return self.copy()
107107

108108
tmp = deepcopy(dict(self))
109109

0 commit comments

Comments
 (0)