diff data_schema/util.py @ 26:0ef7141030ca

FIX: Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 08 Jul 2023 12:20:24 +0200
parents 2352d14ae261
children 88ee7d1cc0bb
line wrap: on
line diff
--- 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 "<basepackage>.<packagesubdir>".
 
-    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()