Skip to content

Commit

Permalink
fixes getModify
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 12, 2022
1 parent 0d0a286 commit da18038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikibot/wikipush.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def getDiff(text,newText,n=1,forHuman=True):
return diffStr

@staticmethod
def getModify(search,replace,debug:False):
def getModify(search:str,replace:str,debug:bool=False):
'''
get the modification function
Expand Down

0 comments on commit da18038

Please sign in to comment.