Skip to content

Commit d970f7f

Browse files
committed
Small fixes to docstring
1 parent bb15663 commit d970f7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

disdrodb/l0/standards.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def set_disdrodb_attrs(ds, product: str):
359359
360360
Parameters
361361
----------
362-
ds : xarray dataset.
362+
ds : xarray.Dataset
363363
Dataset
364364
product: str
365365
DISDRODB product.

disdrodb/l0/template_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def print_df_random_n_rows(df: pd.DataFrame, n: int = 5, print_column_names: boo
141141
142142
Parameters
143143
----------
144-
df : dataframe
144+
df : pandas.DataFrame
145145
The dataframe.
146146
n : int, optional
147147
The number of row to print. The default is 5.

0 commit comments

Comments
 (0)