Skip to content

Commit 42217bd

Browse files
committed
docs: Improve clarity in tutorial (at → into)
1 parent c636477 commit 42217bd

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)