You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/10/06 21:18:46 UTC

[3/5] beam git commit: Fix typo in python script

Fix typo in python script


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c44697fb
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/c44697fb
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/c44697fb

Branch: refs/heads/master
Commit: c44697fb0712872e20ce1b3a7b7d41d18e5a1ce6
Parents: c4085f9
Author: Henning Rohde <he...@google.com>
Authored: Fri Oct 6 13:31:20 2017 -0700
Committer: Henning Rohde <he...@google.com>
Committed: Fri Oct 6 13:31:20 2017 -0700

----------------------------------------------------------------------
 .test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/c44697fb/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
----------------------------------------------------------------------
diff --git a/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy b/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
index 19a4b21..fab6bbc 100644
--- a/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
+++ b/.test-infra/jenkins/job_beam_PreCommit_Python_MavenInstall.groovy
@@ -18,7 +18,7 @@
 
 import common_job_properties
 
-// This is the Java precommit which runs a maven install, and the current set
+// This is the Python precommit which runs a maven install, and the current set
 // of precommit tests.
 mavenJob('beam_PreCommit_Python_MavenInstall') {
   description('Runs an install of the current GitHub Pull Request.')