Skip to content

Commit

Permalink
Update capsule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed May 5, 2024
1 parent ea63e9c commit 37bf85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/PyKotor/src/pykotor/extract/capsule.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@


class LazyCapsule(FileResource):
"""Capsule object is used for loading the list of resources stored in the .erf/.rim/.mod/.sav files used by the game.
"""LazyCapsule object is used for loading the list of resources stored in the .erf/.rim/.mod/.sav files used by the game.
Resource data is not actually stored in memory by default but is instead loaded up on demand with the
Capsule.resource() method. Use the CachedCapsule, RIM, or ERF classes if you want to solely work with capsules in memory.
LazyCapsule.resource() method. Use the Capsule, RIM, or ERF classes if you want to solely work with capsules in memory.
"""
def __init__(
self,
Expand Down

0 comments on commit 37bf85f

Please sign in to comment.