From 6759bd409ac4154038e2283b1d82937a547ac37f Mon Sep 17 00:00:00 2001 From: liukuikun <24622904+Harold-lkk@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:31:04 +0800 Subject: [PATCH] [Fix] registry typo (#1257) --- mmocr/registry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmocr/registry.py b/mmocr/registry.py index 0f3b6616..3a63169d 100644 --- a/mmocr/registry.py +++ b/mmocr/registry.py @@ -1,6 +1,6 @@ # Copyright (c) OpenMMLab. All rights reserved. -"""MMDetection provides 17 registry nodes to support using modules across -projects. Each node is a child of the root registry in MMEngine. +"""MMOCR provides 20 registry nodes to support using modules across projects. +Each node is a child of the root registry in MMEngine. More details can be found at https://mmengine.readthedocs.io/en/latest/tutorials/registry.html.