##// END OF EJS Templates
Improve CRegExp docstring.
Bradley M. Froehle -
Show More
@@ -1413,7 +1413,10 b' class TCPAddress(TraitType):'
1413 self.error(obj, value)
1413 self.error(obj, value)
1414
1414
1415 class CRegExp(TraitType):
1415 class CRegExp(TraitType):
1416 """A trait for a compiled regular expression."""
1416 """A casting compiled regular expression trait.
1417
1418 Accepts both strings and compiled regular expressions. The resulting
1419 attribute will be a compiled regular expression."""
1417
1420
1418 info_text = 'a regular expression'
1421 info_text = 'a regular expression'
1419
1422
General Comments 0
You need to be logged in to leave comments. Login now