Skip to content

Commit 3004eb8

Browse files
committed
Merge pull request #23 from timkaye11/master
changed error in README.md
2 parents c9afcf5 + c3d5591 commit 3004eb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Here's the basic usage from Python using https://raw.github.com/edsu/microdata/m
3131
>>> import microdata
3232
>>> import urllib
3333
>>> url = "https://raw.github.com/edsu/microdata/master/test-data/example.html"
34-
>>> items = >>> microdata.get_items(urllib.urlopen(url))
34+
>>> items = microdata.get_items(urllib.urlopen(url))
3535
>>> item = items[0]
3636
>>> item.itemtype
3737
[http://schema.org/Person]

0 commit comments

Comments
 (0)