Github user JonZeolla commented on a diff in the pull request: https://github.com/apache/metron/pull/836#discussion_r149701260 --- Diff: metron-stellar/stellar-common/README.md --- @@ -1034,15 +1035,15 @@ In the core language functions, we support basic functional programming primitiv See [python](https://docs.python.org/3/library/functions.html#zip) and [wikipedia](https://en.wikipedia.org/wiki/Convolution_(computer_science)) for more context. * Input: - * list* - Lists to zip. + * list\*? - Lists to zip. --- End diff -- Why does this have an \*?
---