Skip to content

Commit

Permalink
Update module docstrings (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok authored Nov 15, 2024
1 parent 547d94f commit bff4819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spdl/dataloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

"""Utilities to run I/O operations efficiently."""
"""Task specific data loading solutions based on :py:class:`~spdl.pipeline.Pipeline`."""

# pyre-unsafe

Expand Down
2 changes: 1 addition & 1 deletion src/spdl/pipeline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

"""Utilities to run I/O operations efficiently."""
"""Implements :py:class:`~spdl.pipeline.Pipeline`, a generic task execution engine."""

# pyre-unsafe

Expand Down

0 comments on commit bff4819

Please sign in to comment.