From 47397485eff86e02a82df57ad39f7704b9d5cee0 Mon Sep 17 00:00:00 2001 From: Richard Taylor <110459554+richardt-engineb@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:37:25 +0100 Subject: [PATCH] Trivial comment update Trivial comment update to hopefully trigger the CI. --- frictionless/formats/excel/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frictionless/formats/excel/control.py b/frictionless/formats/excel/control.py index f06f229eb4..298a2faa3e 100644 --- a/frictionless/formats/excel/control.py +++ b/frictionless/formats/excel/control.py @@ -56,7 +56,7 @@ class ExcelControl(Control): (either provided or inferred) _after_ the rows are read as strings. To return all cells as strings then both set `stringified=True` and specify a - schema that defines all fields to be of type string (see #1659) + schema that defines all fields to be of type string (see #1659). """ # Metadata