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/07 23:59:13 UTC

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

[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/e24a866b
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/e24a866b
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/e24a866b

Branch: refs/heads/master
Commit: e24a866bf5d67cee2b69cd65041c1826ca672973
Parents: 2d0cb13
Author: Fokko Driesprong <fo...@godatadriven.com>
Authored: Mon Feb 6 21:08:31 2017 +0100
Committer: Fabian Hueske <fh...@apache.org>
Committed: Tue Feb 7 23:11:06 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/e24a866b/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