Skip to content

Commit e59da0c

Browse files
gh-107017: Analolgy to Pascal and C replaced. (#107025)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
1 parent 08a228d commit e59da0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Numbers
5252

5353
The interpreter acts as a simple calculator: you can type an expression at it
5454
and it will write the value. Expression syntax is straightforward: the
55-
operators ``+``, ``-``, ``*`` and ``/`` work just like in most other languages
56-
(for example, Pascal or C); parentheses (``()``) can be used for grouping.
55+
operators ``+``, ``-``, ``*`` and ``/`` can be used to perform
56+
arithmetic; parentheses (``()``) can be used for grouping.
5757
For example::
5858

5959
>>> 2 + 2

0 commit comments

Comments
 (0)