# HG changeset patch # User Franz Glasner # Date 1688811624 -7200 # Node ID 0ef7141030ca3297e1988db6868266740eac910b # Parent fd2a40c3d87b94dbdcb26aa3f9f3d2c49764e4a8 FIX: Typo in docs diff -r fd2a40c3d87b -r 0ef7141030ca data_schema/util.py --- a/data_schema/util.py Sat Jul 08 12:17:20 2023 +0200 +++ b/data_schema/util.py Sat Jul 08 12:20:24 2023 +0200 @@ -44,7 +44,7 @@ "data:" URIs are resolve within ".". - The returned stream needs to be closes as usual. + The returned stream needs to be closed as usual. """ u = rfc3986.URIReference.from_string(uri).normalize()