Skip to content

Commit

Permalink
Fix dublin core typo in tutorial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 8, 2022
1 parent d4febc0 commit 5559137
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 5559137

Please sign in to comment.