Skip to content

Commit

Permalink
docs: revise .storage.index module docstring
Browse files Browse the repository at this point in the history
Refs #10
  • Loading branch information
Aesonus committed Oct 19, 2024
1 parent d745be9 commit b387b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alchemical_storage/storage/index.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Contains the ``DatabaseIndex`` class."""
"""Classes to get indexes of resources from a database."""

from typing import Any, Callable, Generic, Optional, TypeVar

Expand Down

0 comments on commit b387b9f

Please sign in to comment.