Mercurial > hgrepos > Python > libs > data-schema
changeset 26:0ef7141030ca
FIX: Typo in docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 08 Jul 2023 12:20:24 +0200 |
| parents | fd2a40c3d87b |
| children | 88ee7d1cc0bb |
| files | data_schema/util.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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()
