From aa36105bafe7568145ef177f77ca80f3050cba2a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Jan 2024 13:12:04 +0100 Subject: [PATCH 1/2] usage.rst: Fix typo --- doc/usage.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage.rst b/doc/usage.rst index d03be120..81171a1e 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -118,9 +118,9 @@ or similarly to the previous example one can use the method :meth:`xmlschema.XML .. note:: - Anyway the advice is to build intermediate XSD schemas intead for loading + Anyway, the advice is to build intermediate XSD schemas instead of loading all the schemas needed in a standard way, because XSD mechanisms of imports, - includes, redefines and overrides are usually supported when you submit your + includes, redefines, and overrides are usually supported when you submit your schemas to other XSD validators. From b3265629acc9c70ad0aa9e3460fabcb733b29666 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 9 Jan 2024 13:14:09 +0100 Subject: [PATCH 2/2] Update usage.rst --- doc/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.rst b/doc/usage.rst index 81171a1e..1ad13957 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -118,7 +118,7 @@ or similarly to the previous example one can use the method :meth:`xmlschema.XML .. note:: - Anyway, the advice is to build intermediate XSD schemas instead of loading + Anyway, the advice is to build intermediate XSD schemas instead for loading all the schemas needed in a standard way, because XSD mechanisms of imports, includes, redefines, and overrides are usually supported when you submit your schemas to other XSD validators.