KhaninArtur commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r766785585
##########
File path: learning/katas/python/Core Transforms/Map/ParDo OneToMany/task.py
##########
@@ -16,7 +16,7 @@
# beam-playground:
# name: MapParDoOneToMany
-# description: Task from katas is a ParDo that maps each input sentence into
words tokenized by whitespace (" ").
+# description: Task from katas is a ParDo that maps each input sentence into
splitted whitespace (" ").
Review comment:
```suggestion
# description: Task from katas is a ParDo that maps each input sentence
into words split by whitespace (" ").
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]