fix typo
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -87,7 +87,7 @@ class Utterance:
|
|
87 |
'wordCount': self.word_count,
|
88 |
'numMathTerms': self.num_math_terms,
|
89 |
'mathTerms': self.math_terms,
|
90 |
-
'mathTermsRaw': self.
|
91 |
}
|
92 |
|
93 |
def __repr__(self):
|
|
|
87 |
'wordCount': self.word_count,
|
88 |
'numMathTerms': self.num_math_terms,
|
89 |
'mathTerms': self.math_terms,
|
90 |
+
'mathTermsRaw': self.math_terms_raw
|
91 |
}
|
92 |
|
93 |
def __repr__(self):
|