Skip to content

Commit 816648a

Browse files
authored
Corrected typo in dublincore.py
1 parent 547c8a0 commit 816648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extruct/dublincore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'format': 'http://purl.org/dc/elements/1.1/format',
1313
'identifier': 'http://purl.org/dc/elements/1.1/identifier',
1414
'language': 'http://purl.org/dc/elements/1.1/language',
15-
'publisher': 'http://purl.org/dc/elements/1.1/publiser',
15+
'publisher': 'http://purl.org/dc/elements/1.1/publisher',
1616
'relation': 'http://purl.org/dc/elements/1.1/relation',
1717
'rights': 'http://purl.org/dc/elements/1.1/rights',
1818
'source': 'http://purl.org/dc/elements/1.1/source',

0 commit comments

Comments
 (0)