Skip to content

Commit

Permalink
I guess Note really is an "Object"
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebber committed Jul 28, 2016
1 parent 66cdfaf commit 270bab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activipy/vocab.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def as_uri(identifier):
notes=("Represents a video document of any kind."))

Note = ASType(
as_uri("Note"), [Document],
as_uri("Note"), [Object],
"Note",
notes=(
"Represents a short work typically less than a single "
Expand Down

0 comments on commit 270bab2

Please sign in to comment.