Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6138ecd

Browse filesBrowse files
miss-islingtonTommyUnrealhauntsaninjahugovk
authored
[3.11] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107123)
Co-authored-by: TommyUnreal <45427816+TommyUnreal@users.noreply.github.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 07acf57 commit 6138ecd
Copy full SHA for 6138ecd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Doc/tutorial/introduction.rst

Copy file name to clipboardExpand all lines: Doc/tutorial/introduction.rst
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.