File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ The ordering MUST be performed equivalent to the following algorithm:
434434 if both variants have the same number of keys, they are ordered
435435 lexically by their variant label, ascending. This is done by the
436436 ultimate step of the example algorithm, with the comparison function
437- being implemented as ``VariantWheel .__lt__() ``.
437+ being implemented as ``Variant .__lt__() ``.
438438
439439After this process, the variant wheels are sorted from the most
440440preferred to the least preferred. The algorithm sorts the null variant
@@ -556,7 +556,7 @@ account for non-variant wheels or tags.
556556
557557
558558 # 7. Order variants by comparing their sorted properties
559- # (see VariantWheel .__lt__())
559+ # (see Variant .__lt__())
560560 variants.sort()
561561
562562
You can’t perform that action at this time.
0 commit comments