Skip to content

Commit

Permalink
Merge "Update documentation on inside-tags exceptions for replace.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed May 30, 2017
2 parents e236757 + d305195 commit 2afda26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/replace.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ class ReplaceRobot(Bot):
regular expressions.
inside-tags
A list of strings. These strings must be keys from the
exceptionRegexes dictionary in textlib.replaceExcept().
dictionary in textlib._create_default_regexes() or must be
accepted by textlib._get_regexes().
@type exceptions: dict
@param allowoverlap: when matches overlap, all of them are replaced.
Expand Down

0 comments on commit 2afda26

Please sign in to comment.