Skip to content

Commit

Permalink
fix typo in getting_started.rst (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceoi committed Sep 6, 2023
1 parent e5f5b3c commit 4bb6044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Exporting data
Now that we have defined a :class:`~import_export.resources.ModelResource` class,
we can export books::

>>> from app.admin import BookResource
>>> from core.admin import BookResource
>>> dataset = BookResource().export()
>>> print(dataset.csv)
id,name,author,author_email,imported,published,price,categories
Expand Down

0 comments on commit 4bb6044

Please sign in to comment.