We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9afcf5 + c3d5591 commit 3004eb8Copy full SHA for 3004eb8
1 file changed
README.md
@@ -31,7 +31,7 @@ Here's the basic usage from Python using https://raw.github.com/edsu/microdata/m
31
>>> import microdata
32
>>> import urllib
33
>>> url = "https://raw.github.com/edsu/microdata/master/test-data/example.html"
34
->>> items = >>> microdata.get_items(urllib.urlopen(url))
+>>> items = microdata.get_items(urllib.urlopen(url))
35
>>> item = items[0]
36
>>> item.itemtype
37
[http://schema.org/Person]
0 commit comments