Skip to content

Commit

Permalink
fix 913
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Aug 13, 2020
1 parent c050f27 commit edcc19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdflib/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ def _parseBoolean(value):
if new_value not in false_accepted_values:
warnings.warn(
"Parsing weird boolean, % r does not map to True or False" % value,
category=DeprecationWarning,
category=UserWarning,
)
return False

Expand Down

0 comments on commit edcc19f

Please sign in to comment.