Fix syntax for literals

pull/2061/head
Romain Clement 2023-04-19 09:27:16 +02:00 zatwierdzone przez GitHub
rodzic 21a57d6e03
commit 2650e3ca2c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ To learn how to upload your plugin to `PyPI <https://pypi.org/>`_ for use by oth
Packaging a plugin using Poetry
-------------------------------
Instead of using `setup.py` you can package a Datasette plugin using `Poetry <https://python-poetry.org/>`_. You can define your plugin using a `pyproject.toml` file such as:
Instead of using ``setup.py`` you can package a Datasette plugin using `Poetry <https://python-poetry.org/>`_. You can define your plugin using a ``pyproject.toml`` file such as:
.. code-block:: toml