Skip to content

Commit 44ab261

Browse files
authored
Clarify tutorial wording for beginners
This change slightly clarifies wording in the tutorial to make it easier for beginners to understand which parts of the examples they should type into the interpreter.
1 parent ccbe41e commit 44ab261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An Informal Introduction to Python
66

77
In the following examples, input and output are distinguished by the presence or
88
absence of prompts (:term:`>>>` and :term:`...`): to repeat the example, you must type
9-
everything after the prompt, when the prompt appears; lines that do not begin
9+
everything shown after the prompt, when the prompt appears; lines that do not begin
1010
with a prompt are output from the interpreter. Note that a secondary prompt on a
1111
line by itself in an example means you must type a blank line; this is used to
1212
end a multi-line command.

0 commit comments

Comments
 (0)