]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Improve clarity in tutorial introduction (GH-140669) (#142113)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 30 Nov 2025 12:53:10 +0000 (13:53 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 12:53:10 +0000 (12:53 +0000)
Co-authored-by: Thierry Martos <81799048+ThierryMT@users.noreply.github.com>
Doc/tutorial/introduction.rst

index fb491149793cf793684de6463e184b4a7d2f49a0..deabac5253051c6f94540e3414d0fabcc4091298 100644 (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.