Skip to content

Commit c3887ce

Browse files
committed
Change Returns to Yields
1 parent 6769dc3 commit c3887ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/clib/loading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def clib_full_names(env=None):
8888
A dictionary containing the environment variables. If ``None``, will
8989
default to ``os.environ``.
9090
91-
Returns
92-
-------
91+
Yields
92+
------
9393
lib_fullnames: list of str
9494
List of possible full names of GMT's shared library.
9595
"""

0 commit comments

Comments
 (0)