From b7b653ef828e90f8474185eba73ade87a80c799e Mon Sep 17 00:00:00 2001 From: iLampard Date: Sat, 11 Nov 2023 11:28:27 +0800 Subject: [PATCH] Update model_custom.rst --- docs/source/dev_guide/model_custom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dev_guide/model_custom.rst b/docs/source/dev_guide/model_custom.rst index b3d87f0..0f81445 100644 --- a/docs/source/dev_guide/model_custom.rst +++ b/docs/source/dev_guide/model_custom.rst @@ -3,7 +3,7 @@ Customize a Model ================== -Here we introduce how to customize a new TPP model with the support of ``EasyTPP``. +Here we introduce how to customize a TPP model with the support of ``EasyTPP``.