Skip to content

Commit 6f2d2af

Browse files
committed
whitespace
1 parent 153a33c commit 6f2d2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/py-nutshell.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ print(user_input)
738738
=end code
739739
740740
741-
When prompted, you can enter C<Hi> or any other string, which will be stored
741+
When prompted, you can enter C<Hi> or any other string, which will be stored
742742
in the C<user_input> variable. This is similar to L<prompt> in Perl 6:
743743
744744
my $user_input = prompt("Say hi → ");

0 commit comments

Comments
 (0)