Skip to content

Commit

Permalink
docs(data_handling.py): correct docstrings
Browse files Browse the repository at this point in the history
Ensure that docstrings correctly describe the parameters they handle.
  • Loading branch information
rbpatt2019 committed Feb 14, 2022
1 parent b2b78dd commit bfadda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lta/helpers/data_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def enfc(
Parameters
----------
df : pd.DataFrame
The lipid data to convert to boolean
The dataframe containing lipid expression values
axis : Literal['index', 'columns']
Which multiindex to consider
level : str
Expand Down

0 comments on commit bfadda5

Please sign in to comment.