We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856f552 commit 867bc2bCopy full SHA for 867bc2b
addon/globalPlugins/MathCAT/MathCAT.py
@@ -226,7 +226,7 @@ class MathCATInteraction(mathPres.MathInteractionNVDAObject):
226
def __init__(
227
self,
228
provider: mathPres.MathPresentationProvider = None,
229
- mathMl: str | None = None
+ mathMl: str | None = None,
230
):
231
super(MathCATInteraction, self).__init__(provider=provider, mathMl=mathMl)
232
if mathMl is None:
0 commit comments