From 2fc2fcab08d566c9ab380b31957708bb3b392582 Mon Sep 17 00:00:00 2001 From: jarbasal Date: Sat, 16 Jun 2018 05:39:40 +0100 Subject: [PATCH] typo --- mycroft/util/lang/parse_en.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mycroft/util/lang/parse_en.py b/mycroft/util/lang/parse_en.py index 1b02656f04..60513e2c14 100644 --- a/mycroft/util/lang/parse_en.py +++ b/mycroft/util/lang/parse_en.py @@ -24,7 +24,8 @@ STRING_NUM_EN = {"first": 1, "second": 2, "half": 0.5, "halves": 0.5, - "thousands": 100, + "hundreds": 100, + "thousands": 1000, 'millions': 1000000, "billions": 1000000000, 'trillions': 1000000000000}