-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
>>> 50 - 5 * 6
>>> (50 - 5 * 6) / 4
The documentation of version 3.12.7 in paragraph 3.1.1. Numbers provides an example of arithmetic expressions. In the example, there are 4 spaces missing, between the "*" sign.
CPython versions tested on:
3.12
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error