You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2017/02/08 00:00:05 UTC

flink git commit: [hotfix] [docs] Fix error in docs for zipping elements.

Repository: flink
Updated Branches:
  refs/heads/release-1.2 bcace0654 -> 206dde5f7


[hotfix] [docs] Fix error in docs for zipping elements.

This closes #3280.


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

Branch: refs/heads/release-1.2
Commit: 206dde5f79754305466e668938b2a2c7d03a6ab9
Parents: bcace06
Author: Fokko Driesprong <fo...@godatadriven.com>
Authored: Mon Feb 6 21:08:31 2017 +0100
Committer: Fabian Hueske <fh...@apache.org>
Committed: Wed Feb 8 00:59:46 2017 +0100

----------------------------------------------------------------------
 docs/dev/batch/zip_elements_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/206dde5f/docs/dev/batch/zip_elements_guide.md
----------------------------------------------------------------------
diff --git a/docs/dev/batch/zip_elements_guide.md b/docs/dev/batch/zip_elements_guide.md
index 40edb8d..7f8fe02 100644
--- a/docs/dev/batch/zip_elements_guide.md
+++ b/docs/dev/batch/zip_elements_guide.md
@@ -64,7 +64,7 @@ env.execute()
 {% endhighlight %}
 </div>
 
-<div data-lang="scala" markdown="1">
+<div data-lang="python" markdown="1">
 {% highlight python %}
 from flink.plan.Environment import get_environment