[3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)

Co-authored-by: Thierry Martos <81799048+ThierryMT@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-11-30 13:53:05 +01:00 committed by GitHub
parent 52731c4e62
commit 3824ad0286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ primary prompt, ``>>>``. (It shouldn't take long.)
Numbers
-------
The interpreter acts as a simple calculator: you can type an expression at it
The interpreter acts as a simple calculator: you can type an expression into it
and it will write the value. Expression syntax is straightforward: the
operators ``+``, ``-``, ``*`` and ``/`` can be used to perform
arithmetic; parentheses (``()``) can be used for grouping.