Skip to content

Commit

Permalink
Fix tutorial syntax issue
Browse files Browse the repository at this point in the history
fixes #15
  • Loading branch information
radiac committed Sep 24, 2024
1 parent 455a0dd commit b5611c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.9.1 - TBC
-----------

Docs:

* Fix incorrect tutorial syntax (#15)

Thanks to:

* Simon Willison (simonw) for providing the tutorial syntax fix (#15)


0.9.0 - 2024-09-21
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Create an API endpoint

We use `Django Ninja <https://django-ninja.dev/>`_ to provide a simple syntax for
defining APIs - nanodjango provides a convenient ``@app.api`` decorator which
initialises and registers a ``NinjaAPI`` instance::
initialises and registers a ``NinjaAPI`` instance:

.. code-block:: python
Expand Down

0 comments on commit b5611c9

Please sign in to comment.