forked from platypush/platypush
Fixed docs typo
This commit is contained in:
parent
41ccf3e5dc
commit
30a5f7b297
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class QrcodePlugin(Plugin):
|
||||||
format: str = 'png', camera_plugin: Optional[str] = None) -> QrcodeGeneratedResponse:
|
format: str = 'png', camera_plugin: Optional[str] = None) -> QrcodeGeneratedResponse:
|
||||||
"""
|
"""
|
||||||
Generate a QR code.
|
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=...``.
|
codes directly from the browser through ``http://<host>:<port>/qrcode?content=...``.
|
||||||
|
|
||||||
:param content: Text, URL or content of the QR code.
|
:param content: Text, URL or content of the QR code.
|
||||||
|
|
Loading…
Reference in a new issue