Skip to content

Commit

Permalink
fix regridder loading docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Sep 6, 2024
1 parent 229bdfd commit 9a9b4ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion esmf_regrid/experimental/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ def load_regridder(filename):
Returns
-------
:class:`~esmf_regrid.schemes._ESMFRegridder` """
:class:`~esmf_regrid.schemes._ESMFRegridder`
"""
with _load_context():
cubes = iris.load(filename)

Expand Down

0 comments on commit 9a9b4ab

Please sign in to comment.