Skip to content

Commit 101a6d8

Browse files
committed
MOD: "Returns" instead of "Return"
1 parent aa8c274 commit 101a6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxfortran/fortran_domain.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ class FortranObject(ObjectDescription):
536536
prefix='% ',
537537
strong=False,
538538
can_collapse=False),
539-
FortranCompleteField('return', label=_('Return'),
539+
FortranCompleteField('return', label=_('Returns'),
540540
names=('r', 'return', 'returns'),
541541
typerolename='type',
542542
typenames=('returntype', 'rtype'),

0 commit comments

Comments
 (0)