We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697beec commit 851821dCopy full SHA for 851821d
Doc/reference/datamodel.rst
@@ -1217,7 +1217,7 @@ Methods on code objects
1217
1218
The iterator returns :class:`tuple`\s containing the ``(start_line, end_line,
1219
start_column, end_column)``. The *i-th* tuple corresponds to the
1220
- 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.
1221
Column information is 0-indexed utf-8 byte offsets on the given source
1222
line.
1223
0 commit comments