Skip to content

Commit

Permalink
Improve DiskCache docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Apr 14, 2023
1 parent a723182 commit 3bfa374
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions weasyprint/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,8 @@ def __init__(self, title=None, authors=None, description=None,
class DiskCache:
"""Dict-like storing images content on disk.
Bytestrings values are stored on disk. Other Python objects (i.e.
RasterImage instances) are still stored in memory, but are much more
lightweight.
Bytestring values are stored on disk. Other lightweight Python objects
(i.e. RasterImage instances) are still stored in memory.
"""
def __init__(self, folder):
Expand Down

0 comments on commit 3bfa374

Please sign in to comment.