Skip to content

Commit

Permalink
another name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Sep 16, 2024
1 parent f48c4d6 commit 07e548e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/acom_music_box/examples/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def from_config(cls, display_name, folder_name, short_name, description):

class _Examples:
CarbonBond5 = Example.from_config(
display_name='Carbon Bond IV',
display_name='Carbon Bond V',
short_name='CB5',
folder_name='carbon_bond_5',
description='Carbon bond 5')
Expand All @@ -42,7 +42,7 @@ class _Examples:
folder_name='analytical',
description='An example of an analytical solution to a simple chemical system')
TS1 = Example.from_config(
display_name='Tropical Stratosphere 1',
display_name='Troposphere-Stratosphere 1',
short_name='TS1',
folder_name='ts1',
description='Many species involved in tropospheric-stratospheric chemistry')
Expand Down

0 comments on commit 07e548e

Please sign in to comment.