From 28d3856a0e88fee658c0039157c78915ee2bda69 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Wed, 8 Oct 2025 14:26:40 +0530 Subject: [PATCH] Apply suggestion from @stevhliu Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/modular_diffusers/custom_blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/modular_diffusers/custom_blocks.md b/docs/source/en/modular_diffusers/custom_blocks.md index 2d57f1f58e..39a6359fb0 100644 --- a/docs/source/en/modular_diffusers/custom_blocks.md +++ b/docs/source/en/modular_diffusers/custom_blocks.md @@ -17,7 +17,7 @@ specific language governing permissions and limitations under the License. This guide will show you how to create and use a custom block. -First let's take a look at the structure of our custom block project: +The project should be structured as shown below. The custom block code is contained in `block.py` and the `modular_config.json` file contains metadata for loading the block. ```shell .