summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Car <nicholas.car@surroundaustralia.com>2020-08-13 14:12:50 +1000
committerNicholas Car <nicholas.car@surroundaustralia.com>2020-08-13 14:12:50 +1000
commitedcc19f2838116603e38c1c8b2dd9c619e35b7b2 (patch)
tree19b0fc63fef62c79d517bae7404854bf28d6d6fd
parentc050f27dd8ad19dd16c57a33e679ebe20834e47c (diff)
downloadrdflib-fix_913.tar.gz
fix 913fix_913
-rw-r--r--rdflib/term.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/term.py b/rdflib/term.py
index a93e9c50..40330508 100644
--- a/rdflib/term.py
+++ b/rdflib/term.py
@@ -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