]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve clarity in tutorial introduction (#140669)
authorThierry Martos <81799048+ThierryMT@users.noreply.github.com>
Sun, 30 Nov 2025 12:47:31 +0000 (04:47 -0800)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 12:47:31 +0000 (12:47 +0000)
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.