diff --git a/gns3registry/image.py b/gns3registry/image.py index 4d4e596..e151853 100644 --- a/gns3registry/image.py +++ b/gns3registry/image.py @@ -55,9 +55,9 @@ class Image: @property def md5sum(self): """ - Compute a sha1 hash for file + Compute a md5 hash for file - :returns: hexadecimal sha1 + :returns: hexadecimal md5 """ if self._md5sum is None: