From 30a5f7b29739ccb80e15a6d62b623493bc71e33e Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 23 Mar 2020 01:25:35 +0100 Subject: [PATCH] Fixed docs typo --- platypush/plugins/qrcode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/qrcode.py b/platypush/plugins/qrcode.py index 289c609d..d1c0e083 100644 --- a/platypush/plugins/qrcode.py +++ b/platypush/plugins/qrcode.py @@ -55,7 +55,7 @@ class QrcodePlugin(Plugin): format: str = 'png', camera_plugin: Optional[str] = None) -> QrcodeGeneratedResponse: """ Generate a QR code. - If you configured the :class`:platypush.backend.http.HttpBackend` then you can also generate + If you configured the :class:`platypush.backend.http.HttpBackend` then you can also generate codes directly from the browser through ``http://:/qrcode?content=...``. :param content: Text, URL or content of the QR code.