pull/25256/head
Cameron Clough 3 years ago
parent 504762a6fc
commit a4a757a78d
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
  1. 2
      selfdrive/car/docs_definitions.py

@ -131,7 +131,7 @@ class CarInfo:
footnotes = get_footnotes(self.footnotes, column) footnotes = get_footnotes(self.footnotes, column)
if footnotes is not None: if footnotes is not None:
item += f"{', '.join(footnote_tag.format(self.all_footnotes[fn]) for fn in footnotes)}" item += ", ".join(footnote_tag.format(self.all_footnotes[fn]) for fn in footnotes)
return item return item

Loading…
Cancel
Save