Skip to content

Commit 0d75a6c

Browse files
skefgarretrieger
authored andcommitted
Chain assignments more typically
1 parent dcfae9a commit 0d75a6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ incremental font:
586586
# shaping_unit is an array where each item has a code point, associated list of
587587
# layout features, and the design space point that code point is being rendered with.
588588
def supported_spans(shaping_unit, ift_font):
589-
current_start, current_end, current_subset_def = None
589+
current_start = current_end = current_subset_def = None
590590
supported_spans = []
591591

592592
i = 0
@@ -611,7 +611,7 @@ def supported_spans(shaping_unit, ift_font):
611611
else:
612612
i += 1
613613

614-
current_start, current_end, current_subset_def = None
614+
current_start = current_end = current_subset_def = None
615615

616616
return supported_spans
617617

@@ -2488,4 +2488,4 @@ to be used by default in most shaper implementations. This list was assembled fr
24882488
<pre class=include>
24892489
<!-- Edit feature-registry.csv to update this table. -->
24902490
path: feature-registry.html
2491-
</pre>
2491+
</pre>

0 commit comments

Comments
 (0)