File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3995,10 +3995,10 @@ def __init__(
3995
3995
"""The contents of the ``else`` block."""
3996
3996
3997
3997
self .orelse_lineno : Optional [int ] = None
3998
- """The line number of the ``else`` or ``elif`` keyword."""
3998
+ """The line number of the ``else`` keyword."""
3999
3999
4000
4000
self .orelse_col_offset : Optional [int ] = None
4001
- """The column offset of the ``else`` or ``elif`` keyword."""
4001
+ """The column offset of the ``else`` keyword."""
4002
4002
4003
4003
super ().__init__ (
4004
4004
lineno = lineno ,
@@ -4372,10 +4372,10 @@ def __init__(
4372
4372
"""The contents of the ``else`` block."""
4373
4373
4374
4374
self .orelse_lineno : Optional [int ] = None
4375
- """The line number of the ``else`` or ``elif`` keyword."""
4375
+ """The line number of the ``else`` keyword."""
4376
4376
4377
4377
self .orelse_col_offset : Optional [int ] = None
4378
- """The column offset of the ``else`` or ``elif`` keyword."""
4378
+ """The column offset of the ``else`` keyword."""
4379
4379
4380
4380
super ().__init__ (
4381
4381
lineno = lineno ,
You can’t perform that action at this time.
0 commit comments