Language fix

This commit is contained in:
Miroslav Stampar 2013-01-21 13:19:08 +01:00
parent 80255433b0
commit c55a002f95

View File

@ -3293,7 +3293,7 @@ def isNumber(value):
def zeroDepthSearch(expression, value):
"""
Searches occurances of value inside expression at 0-depth level
Searches occurrences of value inside expression at 0-depth level
regarding the parentheses
"""