[
https://issues.apache.org/jira/browse/FLINK-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891579#comment-15891579
]
ASF GitHub Bot commented on FLINK-5948:
---------------------------------------
GitHub user GEOFBOT opened a pull request:
https://github.com/apache/flink/pull/3454
[FLINK-5948] Fix error in Python zip_with_index documentation
Fixes an issue with the documentation where the camel-cased name
`zipWithIndex` is used instead of the snake-cased name (`zip_with_index`).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/GEOFBOT/flink FLINK-5948
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3454.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3454
----
commit ca0e5c69e582c1aebca8ebb7e2c24c632d4491c9
Author: Geoffrey Mon <[email protected]>
Date: 2017-03-02T03:50:51Z
[FLINK-5948] Fix error in Python zip_with_index documentation
----
> Error in Python zip_with_index documentation
> --------------------------------------------
>
> Key: FLINK-5948
> URL: https://issues.apache.org/jira/browse/FLINK-5948
> Project: Flink
> Issue Type: Bug
> Components: Documentation, Python API
> Reporter: Geoffrey Mon
> Priority: Minor
>
> At
> https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/batch/zip_elements_guide.html,
> under "Zip with a Dense Index," the Python example shows using the
> camelcase-named {{zipWithIndex}} method, when in reality the proper method
> name is in snake case ({{zip_with_index}}). This is an error from my merged
> pull request which added {{zip_with_index}} to the Python API
> (https://github.com/apache/flink/pull/2136/files#diff-635d49f032b2e71bd334e89368e93afeR77).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)