From ca6404ee9d4dffce4291eb9ec95782c99f0e8578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Mon, 20 Apr 2026 15:44:41 +0200 Subject: [PATCH] Fix typo in DirectUrl documentation --- docs/direct_url.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/direct_url.rst b/docs/direct_url.rst index caa59f781..846cf8bb9 100644 --- a/docs/direct_url.rst +++ b/docs/direct_url.rst @@ -49,7 +49,7 @@ Usage ) # Load from JSON. The resulting DirectUrl object is validated against the - # specification, else a DirectUrlalidationError is raised + # specification, else a DirectUrlValidationError is raised direct_url = DirectUrl.from_dict( json.loads(Path("/tmp/direct_url.json").read_text(encoding="utf-8")) )