Skip to content

Commit

Permalink
Update l2db.py
Browse files Browse the repository at this point in the history
* Change string formatting to utf-8
  • Loading branch information
Lampe2020 committed Jun 8, 2023
1 parent e58b588 commit ccd7632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2db.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def __copy__(self):
return L2DB(source=self.syncout_db())

def __deepcopy__(self, memodict={}):
"""Returns a fresh copy of the current state of the L2DB object. Ignores the argument memodict. May get removed soon."""
"""Returns a fresh copy of the current state of the L2DB object. Ignores the argument memodict."""
return self.copy()


Expand Down

0 comments on commit ccd7632

Please sign in to comment.