Skip to content

Commit a5407e3

Browse files
jasonb5tomvothecoder
authored andcommitted
Fixes documentation function reference
1 parent 4237ae4 commit a5407e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xcdat/mask.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def mask_land(
7676
dataset. By default False.
7777
**options : Any
7878
These options are passed directly to the ``method``. See specific
79-
method documentation for available options; :func:`mask.pcmdi_land_sea_mask` for PCMDI options.
79+
method documentation for available options; :func:`xcdat.mask.pcmdi_land_sea_mask` for PCMDI options.
8080
8181
Returns
8282
-------
@@ -144,7 +144,7 @@ def mask_sea(
144144
dataset. By default False.
145145
**options : Any
146146
These options are passed directly to the ``method``. See specific
147-
method documentation for available options; :func:`mask.pcmdi_land_sea_mask` for PCMDI options
147+
method documentation for available options; :func:`xcdat.mask.pcmdi_land_sea_mask` for PCMDI options
148148
149149
Returns
150150
-------
@@ -213,7 +213,7 @@ def generate_mask(
213213
A custom mask to apply, by default None. If None, a mask is
214214
generated using the specified ``method``.
215215
**options : Any
216-
These options are passed directly to the ``method``. See :func:`pcmdi_land_sea_mask` for PCMDI options.
216+
These options are passed directly to the ``method``. See :func:`xcdat.mask.pcmdi_land_sea_mask` for PCMDI options.
217217
218218
Returns
219219
-------

0 commit comments

Comments
 (0)