mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Corrected import path in plugin docs
This commit is contained in:
parent
788f218e26
commit
5b02611512
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ Let's say you want to build a plugin that adds a ``datasette publish my_hosting_
|
|||
.. code-block:: python
|
||||
|
||||
from datasette import hookimpl
|
||||
from datasette.common import add_common_publish_arguments_and_options
|
||||
from datasette.publish.common import add_common_publish_arguments_and_options
|
||||
import click
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue