From 281e16610d3013b678cb06d718706b40cdd669fc Mon Sep 17 00:00:00 2001 From: Tyler Morrow Date: Mon, 18 Dec 2023 09:57:44 -0700 Subject: [PATCH] Fix docstring typos. --- riid/data/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/riid/data/__init__.py b/riid/data/__init__.py index 9ce4f4e..e51d915 100644 --- a/riid/data/__init__.py +++ b/riid/data/__init__.py @@ -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