Skip to content

Commit 4e7f2c4

Browse files
committed
Fix typo
1 parent 151ec0b commit 4e7f2c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runschema/method.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ class Mesh(MSection):
8888
'Logarithmic',
8989
'Tan',
9090
'Gauss-Legendre',
91-
'Gauss-Laguerre' 'Clenshaw-Curtis',
91+
'Gauss-Laguerre',
92+
'Clenshaw-Curtis',
9293
'Newton-Cotes',
9394
'Gauss-Hermite',
9495
),

0 commit comments

Comments
 (0)