From 28287d953605147cf104b1dd7ae200b9da7987ae Mon Sep 17 00:00:00 2001 From: jrobinAV Date: Tue, 4 Jun 2024 19:14:23 +0200 Subject: [PATCH] Fix Refman cross-reference --- taipy/core/taipy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipy/core/taipy.py b/taipy/core/taipy.py index 72a3ac7124..0641bb5e68 100644 --- a/taipy/core/taipy.py +++ b/taipy/core/taipy.py @@ -396,7 +396,7 @@ def get( This function allows you to retrieve an entity by specifying its identifier. The identifier must match the pattern of one of the supported entity types: - Task^, DataNode^, Sequence^, Job^, Cycle^, Submission^, or Scenario^. + `Task^`, `DataNode^`, `Sequence^`, `Job^`, `Cycle^`, `Submission^`, or `Scenario^`. Parameters: