You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the Forum, the number() call that's in your add_1 function in the scintilla.rst example for the rereplace() method doesn't seem to be a valid Python2.7 function. int() works in its place.