Skip to content

Commit

Permalink
#2831: Updated author names and adjusted text for PEP8 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-alistairp committed Jan 7, 2025
1 parent cbda9f7 commit b5d1170
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/psyclone/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# POSSIBILITY OF SUCH DAMAGE.
# -----------------------------------------------------------------------------
# Authors: R. W. Ford, A. R. Porter and N. Nobre, STFC Daresbury Lab
# Modified A. J. Voysey, Met Office
# Modified A. J. Voysey and A. R. Pirrie, Met Office
# Modified J. Henrichs, Bureau of Meteorology

'''
Expand Down Expand Up @@ -439,10 +439,10 @@ def main(arguments):
parser.add_argument(
'-l', '--limit', dest='limit', default='off',
choices=['off', 'all', 'output'],
help='limit the Fortran line length to 132 characters (default '
'\'%(default)s\'). Use \'all\' to apply limit to both input and '
'output Fortran. Use \'output\' to apply line-length limit to output '
'Fortran only.')
help="limit the Fortran line length to 132 characters (default "
"'%(default)s'). Use 'all' to apply limit to both input and "
"output Fortran. Use 'output' to apply line-length limit to output "
"Fortran only.")
parser.add_argument(
'-p', '--profile', action="append", choices=Profiler.SUPPORTED_OPTIONS,
help="add profiling hooks for 'kernels', 'invokes' or 'routines'")
Expand Down

0 comments on commit b5d1170

Please sign in to comment.