Fixed docs typo

This commit is contained in:
Fabio Manganiello 2020-03-23 01:25:35 +01:00
parent 41ccf3e5dc
commit 30a5f7b297
1 changed files with 1 additions and 1 deletions

View File

@ -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://<host>:<port>/qrcode?content=...``.
:param content: Text, URL or content of the QR code.