From 9c19a07a3d958a1d7896b9cd836c8cd05a3da5c9 Mon Sep 17 00:00:00 2001 From: FABallemand Date: Fri, 1 Sep 2023 13:59:21 +0200 Subject: [PATCH] #1 Work in progress: -Documentation 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 237acd7..331fc13 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:arg:`~extensions_schemas` is set to :py:val:`~True`, then the GPX file will be tested for all schemas that are listed. +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. During Parsing ^^^^^^^^^^^^^^