From a4e25cf58a5c44f64093e74b112e49ee9ee687ae Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Wed, 15 Sep 2021 22:46:50 +0800 Subject: [PATCH] Fix a typo. --- docs/source/python_tutorials/ragged/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/python_tutorials/ragged/basics.rst b/docs/source/python_tutorials/ragged/basics.rst index 240395599..68cd67ca9 100644 --- a/docs/source/python_tutorials/ragged/basics.rst +++ b/docs/source/python_tutorials/ragged/basics.rst @@ -140,7 +140,7 @@ Concepts about ragged tensors A ragged tensor in ``k2`` consists of two parts: - - ``shape``, which is an instance of :class:`k2.RaggedTensor` + - ``shape``, which is an instance of :class:`k2.RaggedShape` .. Caution::