Skip to content

Commit e329334

Browse files
committed
fix spelling of lamda per commit 680072d
1 parent 0bd2f94 commit e329334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paramnormal/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'α': 'alpha',
1111
'β': 'beta',
1212
'γ': 'gamma',
13-
'λ': 'lambda_',
13+
'λ': 'lamda',
1414
'θ': 'theta',
1515
}
1616

0 commit comments

Comments
 (0)