Skip to content

Commit

Permalink
[remote_image.py] Enhance wording of description
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 21, 2024
1 parent 300d7df commit 25f55fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chumweb/remote_image.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25f55fc

Please sign in to comment.