diff options
author | CJ Johnson <johnsoncj@google.com> | 2019-08-06 15:02:42 -0400 |
---|---|---|
committer | CJ Johnson <johnsoncj@google.com> | 2019-08-06 15:02:42 -0400 |
commit | 07ec69a886529c3228fcf436b7a352c4f1ddc1fb (patch) | |
tree | a06fe5fe556dc10199c4781237ed87073b55d35f /googlemock/scripts/upload.py | |
parent | b4961ab1cbda56295823594e4214b0c188052fef (diff) | |
parent | 637b0411fa5037f3a618e459f0145bd6d3e29d36 (diff) | |
download | googletest-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-x | googlemock/scripts/upload.py | 2 |
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. """ |