diff --git a/platypush/plugins/nfc/__init__.py b/platypush/plugins/nfc/__init__.py index 27c4c8ad..011c226b 100644 --- a/platypush/plugins/nfc/__init__.py +++ b/platypush/plugins/nfc/__init__.py @@ -25,13 +25,11 @@ class NfcPlugin(RunnablePlugin): """ :param device: Address or ID of the device to be opened. Examples: - * `'usb:003:009'` opens device 9 on bus 3 - * `'usb:003'` opens the first available device on bus 3 - * `'usb'` opens the first available USB device (default) + * ``usb:003:009`` opens device 9 on bus 3 + * ``usb:003`` opens the first available device on bus 3 + * ``usb`` opens the first available USB device (default) """ - super().__init__(*args, **kwargs) - self.device_id = device self._clf = None