aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/scripts/pump.py
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/scripts/pump.py')
-rwxr-xr-xgoogletest/scripts/pump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/scripts/pump.py b/googletest/scripts/pump.py
index 5efb653c..7dfb87a4 100755
--- a/googletest/scripts/pump.py
+++ b/googletest/scripts/pump.py
@@ -161,7 +161,7 @@ class Token:
def StartsWith(lines, pos, string):
- """Returns True iff the given position in lines starts with 'string'."""
+ """Returns True if the given position in lines starts with 'string'."""
return lines[pos.line][pos.column:].startswith(string)