From 40c79bbdc2b8085b542ef0c6cd69420db2df0c8e Mon Sep 17 00:00:00 2001 From: Longshan Du Date: Sat, 5 Aug 2023 22:25:41 +0800 Subject: [PATCH] Fix docstring typo (#1399) Update conf.py Signed-off-by: Longshan Du --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 54537a096..e05c8f76b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -283,7 +283,7 @@ def setup(app: Sphinx) -> Dict[str, Any]: Args: app: the Sphinx application Returns: - the 2 parralel parameters set to ``True``. + the 2 parallel parameters set to ``True``. """ app.connect("html-page-context", setup_to_main)