Skip to content

Commit

Permalink
docs: make storage package docstring more specific
Browse files Browse the repository at this point in the history
Refs #10
  • Loading branch information
Aesonus committed Oct 19, 2024
1 parent c7a30e1 commit d745be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemical_storage/storage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package containing classes for resource storage."""
"""Package containing classes for resource storage, indexes, and related exceptions."""

from alchemical_storage.storage import exc
from alchemical_storage.storage.index import DatabaseIndex
Expand Down

0 comments on commit d745be9

Please sign in to comment.