From f228fc1710d43dcacbce7b937a3d0896c6ac3940 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 8 Jun 2022 10:01:29 -0300 Subject: [PATCH] Marked qr_lib options as basic --- kibot/out_qr_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_qr_lib.py b/kibot/out_qr_lib.py index dddca565..1ce1da61 100644 --- a/kibot/out_qr_lib.py +++ b/kibot/out_qr_lib.py @@ -533,7 +533,7 @@ class QR_Lib(BaseOutput): # noqa: F821 self.priority = 90 with document: self.options = QR_LibOptions - """ [dict] Options for the `boardview` output """ + """ *[dict] Options for the `boardview` output """ self._both_related = True self._update_mode = False # The help is inherited and already mentions the default priority