From 1f05d15c85ffccc63809987b28c5b7e78e0cbdcf Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 31 Aug 2023 21:56:03 -0400 Subject: [PATCH] typo --- bedhost/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedhost/helpers.py b/bedhost/helpers.py index 9dbd30b9..6ea4519e 100644 --- a/bedhost/helpers.py +++ b/bedhost/helpers.py @@ -253,7 +253,7 @@ def serve_columns_for_table(bbc, table_name, columns=None, digest=None, limit=No :param bbconf.BedBaseConf bbc: bedbase configuration object :param str table_name: table name to query :param list[str] columns: columns to return - :param str digest: entry digest to restrivt the results to + :param str digest: entry digest to restrict the results to :return dict: servable DB search result, selected column names and data """ if columns: