IGN:Tag release

This commit is contained in:
Kovid Goyal 2013-05-24 09:45:12 +05:30
parent 0a246d7ceb
commit ad76fab07c
2 changed files with 365 additions and 336 deletions

View File

@ -179,7 +179,7 @@ class Metadata(object):
def deepcopy(self):
''' Do not use this method unless you know what you are doing, if you want to create a simple clone of
this object, use :method:`deepcopy_metadata` instead. '''
this object, use :meth:`deepcopy_metadata` instead. '''
m = Metadata(None)
m.__dict__ = copy.deepcopy(self.__dict__)
object.__setattr__(m, '_data', copy.deepcopy(object.__getattribute__(self, '_data')))

File diff suppressed because it is too large Load Diff