Skip to content

Commit b35cda5

Browse files
authored
Merge pull request #12838 from aathan/patch-1
Update value-types.rst
2 parents 6c06d27 + 07c9384 commit b35cda5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/value-types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ There is no additional semantic meaning added to a number literal containing und
463463
the underscores are ignored.
464464

465465
Number literal expressions retain arbitrary precision until they are converted to a non-literal type (i.e. by
466-
using them together with anything else than a number literal expression (like boolean literals) or by explicit conversion).
466+
using them together with anything other than a number literal expression (like boolean literals) or by explicit conversion).
467467
This means that computations do not overflow and divisions do not truncate
468468
in number literal expressions.
469469

0 commit comments

Comments
 (0)