diff options
| author | Ashley Sommer <ashleysommer@gmail.com> | 2021-02-05 17:23:55 +1000 |
|---|---|---|
| committer | Ashley Sommer <ashleysommer@gmail.com> | 2021-02-05 17:23:55 +1000 |
| commit | e5f7a8b9bc7fc7e3f7ce81246a0f7a143405d238 (patch) | |
| tree | 825fc0c946d55a98b40b9c500ba8fd6f162b02bf /rdflib/__init__.py | |
| parent | 7fdd271a61a6d78d93f4405df5b2541b10a0b2d8 (diff) | |
| download | rdflib-test_drone.tar.gz | |
Added drone runner configtest_drone
Fixed some test deprecations
Diffstat (limited to 'rdflib/__init__.py')
| -rw-r--r-- | rdflib/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdflib/__init__.py b/rdflib/__init__.py index b6949f5f..4ad4965d 100644 --- a/rdflib/__init__.py +++ b/rdflib/__init__.py @@ -23,7 +23,7 @@ A tiny example: ... if (s, p, o) not in g: ... raise Exception("It better be!") - >>> s = g.serialize(format='nt') + >>> s = g.serialize(format='nt', encoding='ascii') >>> >>> sorted(g) == [ ... (URIRef(u'http://meetings.example.com/cal#m1'), |
