diff --git a/l2db.py b/l2db.py index 9a7c1f4..535b9b2 100644 --- a/l2db.py +++ b/l2db.py @@ -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()