From a0f2dea2d5bb9de4754d9449edea87e8630e52e8 Mon Sep 17 00:00:00 2001 From: FABallemand Date: Fri, 1 Sep 2023 14:05:25 +0200 Subject: [PATCH] #1 Work in progress: -Documentatoin minor correction [ci skip] --- doc/tutorials/schemas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/schemas.rst b/doc/tutorials/schemas.rst index 331fc13..6ce0fc2 100644 --- a/doc/tutorials/schemas.rst +++ b/doc/tutorials/schemas.rst @@ -3,7 +3,7 @@ Checking Schemas There are tree ways to check if a GPX file follows the XML schemas. In all cases, the GPX file will be checked for the relevant Topographix GPX schema (either version 1.0 or 1.1). -If the :py:attribute:`~extensions_schemas` is set to :py:const:`~True`, then the GPX file will be tested for all schemas that are listed. +If the :py:param:`~extensions_schemas` is set to :py:const:`~True`, then the GPX file will be tested for all schemas that are listed. During Parsing ^^^^^^^^^^^^^^