diff --git a/chumweb/remote_image.py b/chumweb/remote_image.py index b6ba675..7aab860 100644 --- a/chumweb/remote_image.py +++ b/chumweb/remote_image.py @@ -1,10 +1,10 @@ class RemoteImage: """ - An image located on a remote computer that can be downloaded locally + An image located on a remote computer that can be downloaded locally. Attributes: - remote_url URL to the icon on a remote server - local_url Path to locally cached (and scaled) version of the icon + remote_url URL for an icon on a remote server + local_url Local URL (path) to cached (and scaled) version of this icon """ remote_url: str local_path: str | None = None