Skip to content

Commit

Permalink
Small fixes to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Jun 5, 2024
1 parent bb15663 commit d970f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion disdrodb/l0/standards.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def set_disdrodb_attrs(ds, product: str):
Parameters
----------
ds : xarray dataset.
ds : xarray.Dataset
Dataset
product: str
DISDRODB product.
Expand Down
2 changes: 1 addition & 1 deletion disdrodb/l0/template_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def print_df_random_n_rows(df: pd.DataFrame, n: int = 5, print_column_names: boo
Parameters
----------
df : dataframe
df : pandas.DataFrame
The dataframe.
n : int, optional
The number of row to print. The default is 5.
Expand Down

0 comments on commit d970f7f

Please sign in to comment.