Skip to content

Commit 53f8c4f

Browse files
committed
fix typo in error
1 parent b5ac106 commit 53f8c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/variational/opvi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ def __init__(self, groups, model=None):
10771077
for g in groups:
10781078
if g.group is None:
10791079
if rest is not None:
1080-
raise GroupError('More that one group is specified for '
1080+
raise GroupError('More than one group is specified for '
10811081
'the rest variables')
10821082
else:
10831083
rest = g

0 commit comments

Comments
 (0)