diff --git a/doc/ext/support_matrix.py b/doc/ext/support_matrix.py index 880ce4dc28b1..f99ff78cd5d3 100644 --- a/doc/ext/support_matrix.py +++ b/doc/ext/support_matrix.py @@ -269,7 +269,7 @@ class SupportMatrixDirective(rst.Directive): for key in targets: if key not in feature.implementations: raise Exception("'%s' missing in '[%s]' section" % - (target.key, section)) + (key, section)) features.append(feature)