Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Aug 24, 2023
1 parent 31c453c commit 5639b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/wordnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def mkNP(*args):
return None
case ["Quant","CN"]:
return w.DetCN(w.DetQuant(args[0],w.NumSg),args[1])
case ["Decimal","MU"]:
case [float,"MU"]:
return w.QuantityNP(mkDecimal(args[0]),args[1])
case types:
raise __no_match__("mkNP",types)
Expand Down

0 comments on commit 5639b38

Please sign in to comment.