Skip to content
Snippets Groups Projects
Commit 65396ee4 authored by Evan Hall's avatar Evan Hall
Browse files

Typo fixes

parent 6abf5273
No related branches found
No related tags found
1 merge request!60When plotting, extract the total trace from any sub-budgets
Pipeline #92826 passed
......@@ -33,7 +33,7 @@ class Newtonian(nb.Noise):
"""
style = dict(
label='Newtonian',
color='#15b01a'
color='#15b01a',
)
def calc(self):
......@@ -46,7 +46,7 @@ class NewtonianRayleigh(nb.Noise):
"""
style = dict(
label='Newtonian (Rayleigh waves)',
color='#1b2431'
color='#1b2431',
)
def calc(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment