Skip to content

Commit 1bbb49a

Browse files
ThierryMTmiss-islington
authored andcommitted
Improve clarity in tutorial introduction (GH-140669)
(cherry picked from commit cd4d0ae) Co-authored-by: Thierry Martos <81799048+ThierryMT@users.noreply.github.com>
1 parent 52731c4 commit 1bbb49a

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
@@ -49,7 +49,7 @@ primary prompt, ``>>>``. (It shouldn't take long.)
4949
Numbers
5050
-------
5151

52-
The interpreter acts as a simple calculator: you can type an expression at it
52+
The interpreter acts as a simple calculator: you can type an expression into it
5353
and it will write the value. Expression syntax is straightforward: the
5454
operators ``+``, ``-``, ``*`` and ``/`` can be used to perform
5555
arithmetic; parentheses (``()``) can be used for grouping.

0 commit comments

Comments
 (0)