Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Sep 1, 2023
1 parent 9501634 commit 1f05d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bedhost/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f05d15

Please sign in to comment.