Skip to content

Commit

Permalink
Fix docstring typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Dec 18, 2023
1 parent 49560f4 commit 281e166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion riid/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 2021 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
# Under the terms of Contract DE-NA0003525 with NTESS,
# the U.S. Government retains certain rights in this software.
"""This module just aliases the `sampleset` module."""
"""This sub-package contains all utilities for synthesizing, reading, writing, and converting data.
"""
import numpy as np


Expand Down

0 comments on commit 281e166

Please sign in to comment.