Skip to content

Commit

Permalink
Merge pull request #482 from ggstuart/patch-1
Browse files Browse the repository at this point in the history
fix broken doc example, thanks @ggstuart
  • Loading branch information
joernhees committed Apr 22, 2015
2 parents f81e0b2 + 354c352 commit fe3fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro_to_creating_rdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For some properties, only one value per resource makes sense (i.e they are *func
print "Bob is ", g.value( bob, FOAF.age )
# prints: Bob is 42
g.set( ( bob, age, Literal(43) ) ) # replaces 42 set above
g.set( ( bob, FOAF.age, Literal(43) ) ) # replaces 42 set above
print "Bob is now ", g.value( bob, FOAF.age )
# prints: Bob is now 43
Expand Down

0 comments on commit fe3fa52

Please sign in to comment.