Skip to content

Commit 7050692

Browse files
committed
0.3.9 Update
The correct label in functions is "Result", not "Return"
1 parent 3321cbc commit 7050692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'sphinxfortran_ng'
3-
version = '0.3.8'
3+
version = '0.3.9'
44
authors = [{name = "Lorenzo Crippa", email="[email protected]"}]
55
description = "An improved version of the sphinx-fortran python module"
66
readme = "README.md"

src/sphinxfortran_ng/fortran_domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class FortranObject(ObjectDescription):
531531
prefix='',
532532
strong=False,
533533
can_collapse=False),
534-
FortranCompleteField('return', label=_('Return'),
534+
FortranCompleteField('return', label=_('Result'),
535535
names=('r', 'return', 'returns'),
536536
typerolename='type',
537537
typenames=('returntype', 'rtype'),

0 commit comments

Comments
 (0)