From a093f406da18126c77f3732c215cd829e25ba596 Mon Sep 17 00:00:00 2001 From: Marcell Nagy <133755508+marcelldls@users.noreply.github.com> Date: Thu, 13 Jun 2024 13:59:02 +0100 Subject: [PATCH] Fix typo TUTORIAL.rst objecjt -> object --- docs/TUTORIAL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TUTORIAL.rst b/docs/TUTORIAL.rst index 722ec11..76c8c7b 100644 --- a/docs/TUTORIAL.rst +++ b/docs/TUTORIAL.rst @@ -47,7 +47,7 @@ Harvester as its identifier. h = Harvester() -And load a CTI file on the ``Harvester`` objecjt; loading a CTI file, you can communicate with the GenTL Producer: +And load a CTI file on the ``Harvester`` object; loading a CTI file, you can communicate with the GenTL Producer: .. code-block:: python