Skip to content

Commit

Permalink
fix type doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AStcherbinine committed Apr 20, 2020
1 parent dbf1737 commit 9a724c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/doc_omega_plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ omegapy.omega_plots.show_omega_list_v2(omega_list, lam=1.085, lat_min=-90, lat_m
cbar : bool, optional (default True)
If True -> Diplay the colorbar.
cb_title : str, optional (default 'auto')
The title of the colorbar
The title of the colorbar.
data_list : 3D array or None, optional (default None)
1D array of the same dimension of `omega_list` containing alternative maps (2D arrays),
in the **same order** than the observations of `omega_list`.
Expand Down
2 changes: 1 addition & 1 deletion omegapy/omega_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def show_omega_list_v2(omega_list, lam=1.085, lat_min=-90, lat_max=90, lon_min=0
cbar : bool, optional (default True)
If True -> Diplay the colorbar.
cb_title : str, optional (default 'auto')
The title of the colorbar
The title of the colorbar.
data_list : 3D array or None, optional (default None)
1D array of the same dimension of `omega_list` containing alternative maps (2D arrays),
in the **same order** than the observations of `omega_list`.
Expand Down

0 comments on commit 9a724c9

Please sign in to comment.