aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/scripts/upload.py
diff options
context:
space:
mode:
authorCJ Johnson <johnsoncj@google.com>2019-08-06 15:02:42 -0400
committerCJ Johnson <johnsoncj@google.com>2019-08-06 15:02:42 -0400
commit07ec69a886529c3228fcf436b7a352c4f1ddc1fb (patch)
treea06fe5fe556dc10199c4781237ed87073b55d35f /googlemock/scripts/upload.py
parentb4961ab1cbda56295823594e4214b0c188052fef (diff)
parent637b0411fa5037f3a618e459f0145bd6d3e29d36 (diff)
downloadgoogletest-07ec69a886529c3228fcf436b7a352c4f1ddc1fb.tar.gz
googletest-07ec69a886529c3228fcf436b7a352c4f1ddc1fb.tar.bz2
googletest-07ec69a886529c3228fcf436b7a352c4f1ddc1fb.zip
Merge pull request #2359 from kuzkry:superfluous-mutable
PiperOrigin-RevId: 261947085
Diffstat (limited to 'googlemock/scripts/upload.py')
-rwxr-xr-xgooglemock/scripts/upload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/scripts/upload.py b/googlemock/scripts/upload.py
index 95239dc2..4b574732 100755
--- a/googlemock/scripts/upload.py
+++ b/googlemock/scripts/upload.py
@@ -631,7 +631,7 @@ class VersionControlSystem(object):
new_content: For text files, this is empty. For binary files, this is
the contents of the new file, since the diff output won't contain
information to reconstruct the current file.
- is_binary: True iff the file is binary.
+ is_binary: True if the file is binary.
status: The status of the file.
"""