Skip to content

Commit db257d4

Browse files
committed
MAINT: change "routines" to "procedures"
1 parent 93400a6 commit db257d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinxfortran/fortran_autodoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ def format_quickaccess(self, module, indent=indent):
12581258
# Functions and subroutines
12591259
flist = self.get_blocklist('functions', module)
12601260
if flist:
1261-
decs.append(':Routines: ' +
1261+
decs.append(':Procedures: ' +
12621262
', '.join([':f:func:`~%s/%s`' %
12631263
(module, ff['name']) for ff in flist]))
12641264

0 commit comments

Comments
 (0)