Skip to content

Commit 870c791

Browse files
committed
STY: other way around sounds better
1 parent c02642d commit 870c791

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
@@ -1314,7 +1314,7 @@ def format_routines(self, block, indent=0):
13141314
if fdecs:
13151315
fdecs = '\n'.join(fdecs)
13161316
routines = self.format_subsection(
1317-
'Subroutines and functions', indent=indent) + fdecs
1317+
'Functions and subroutines', indent=indent) + fdecs
13181318
return routines
13191319

13201320
def format_module(self, block, indent=0):

0 commit comments

Comments
 (0)