We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738cf21 commit 045be77Copy full SHA for 045be77
Doc/reference/datamodel.rst
@@ -1231,7 +1231,7 @@ Methods on code objects
1231
1232
The iterator returns :class:`tuple`\s containing the ``(start_line, end_line,
1233
start_column, end_column)``. The *i-th* tuple corresponds to the
1234
- position of the source code that compiled to the *i-th* instruction.
+ position of the source code that compiled to the *i-th* code unit.
1235
Column information is 0-indexed utf-8 byte offsets on the given source
1236
line.
1237
0 commit comments