We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16ec967 + 45ecf12 commit c353708Copy full SHA for c353708
1 file changed
source/NVDAObjects/IAccessible/MSHTML.py
@@ -330,7 +330,7 @@ def __init__(self,obj,position,_rangeObj=None):
330
else:
331
raise TypeError("Bookmark was for %s type, not for %s type"%(position.infoClass.__name__,self.__class__.__name__))
332
333
- raise NotImplementedError("position: %s"%position)
+ raise NotImplementedError("position: %s"%(position,))
334
335
def expand(self,unit):
336
if unit==textInfos.UNIT_PARAGRAPH:
0 commit comments