From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 30 Nov 2025 12:53:05 +0000 (+0100) Subject: [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112) X-Git-Tag: v3.14.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3824ad0286e0e9634e38dfd2b0c57e4b37c67337;p=thirdparty%2FPython%2Fcpython.git [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112) Co-authored-by: Thierry Martos <81799048+ThierryMT@users.noreply.github.com> --- diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index fb491149793c..deabac525305 100644 --- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -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.