From f1d4ae321607c79f57dda98083136a7ac18d745f Mon Sep 17 00:00:00 2001 From: JJ Merelo Date: Thu, 22 Nov 2018 08:00:55 +0100 Subject: [PATCH] Minor changes and reflow --- doc/Language/py-nutshell.pod6 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Language/py-nutshell.pod6 b/doc/Language/py-nutshell.pod6 index 1032832e3..61c99e84d 100644 --- a/doc/Language/py-nutshell.pod6 +++ b/doc/Language/py-nutshell.pod6 @@ -316,11 +316,11 @@ Perl 6 Using C as a statement modifier (as above) is acceptable in Perl 6, even outside of a list comprehension. -The C statement in Python which produces a -C is like a C, C construct -in Perl 6. These both print 1, 2, 3. +The C statement within a C loop in Python, which produces a +C, is like a C/C construct in Perl 6. These both print +1, 2, 3. -Python +I =begin code :lang def count(): @@ -331,7 +331,7 @@ for c in count(): print c =end code -Perl 6 +I sub count { gather {