Skip to content

Commit

Permalink
Merge pull request #256 from u8slvn/doc/fix-dublin-core-typo-in-tutor…
Browse files Browse the repository at this point in the history
…ial-rst

Fix dublin core typo in tutorial documentation
  • Loading branch information
aerkalov committed Nov 27, 2022
2 parents 5d7bf31 + 5559137 commit 0312548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorial.rst
Expand Up @@ -26,7 +26,7 @@ Method :meth:`ebooklib.epub.EpubBook.get_metadata` is used for fetching metadata
is name of the namespace ('DC' for Dublin Core and 'OPF' for custom metadata). Second argument is name of the key.
It always returns a list. List will be empty if nothing is defined for that key.

Minimal required metadata from Dublic Core set (for EPUB3) is:
Minimal required metadata from Dublin Core set (for EPUB3) is:

* DC:identifier
* DC:title
Expand All @@ -46,7 +46,7 @@ Minimal required metadata from Dublic Core set (for EPUB3) is:
[('9781416566120', {'id': 'isbn_9781416566120'})]


Optional metadata from the Dublic Core set is:
Optional metadata from the Dublin Core set is:

* DC:creator
* DC:contributor
Expand Down Expand Up @@ -177,7 +177,7 @@ and language used inside. When it comes to language code recommended best practi

book.add_author('Aleksandar Erkalovic')

You can also add custom metadata. First one is from the Dublic Core namespace and second one is purely custom.
You can also add custom metadata. First one is from the Dublin Core namespace and second one is purely custom.

::

Expand Down

0 comments on commit 0312548

Please sign in to comment.