Further wording tweaks

pull/2478/head
Simon Willison 2025-04-16 08:25:03 -07:00
rodzic d03273e205
commit f6446b3095
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -374,7 +374,7 @@ One way to generate a secure random secret is to use Python like this::
python3 -c 'import secrets; print(secrets.token_hex(32))'
cdb19e94283a20f9d42cca50c5a4871c0aa07392db308755d60a1a5b9bb0fa52
Plugin authors can make use of this signing mechanism in their plugins using :ref:`datasette_sign` and :ref:`datasette_unsign`.
Plugin authors can make use of this signing mechanism in their plugins using the :ref:`datasette.sign() <datasette_sign>` and :ref:`datasette.unsign() <datasette_unsign>` methods.
.. _setting_publish_secrets: