4 lines
181 B
ReStructuredText
4 lines
181 B
ReStructuredText
|
Fix the ``col_offset`` attribute for ast nodes ``ast.AsyncFor``,
|
||
|
``ast.AsyncFunctionDef``, and ``ast.AsyncWith``. Previously, ``col_offset``
|
||
|
pointed to the keyword after ``async``.
|