docs: Fix typo in tut1.rst (#19324)

This commit is contained in:
Nan Xiao
2022-01-04 17:42:21 +08:00
committed by GitHub
parent 35cae73aa5
commit 39a27783fc

View File

@@ -1052,7 +1052,7 @@ errors.
Lossless `Automatic type conversion`:idx: is performed in expressions where different
kinds of integer types are used. However, if the type conversion
would cause loss of information, the ``RangeDefect``:idx: is raised (if the error
would cause loss of information, the `RangeDefect`:idx: is raised (if the error
cannot be detected at compile time).