From 9fbf7c87c37e32152428f91038bd46e04a48868e Mon Sep 17 00:00:00 2001 From: Kamal Raj Date: Mon, 10 Jan 2022 17:25:43 +0530 Subject: [PATCH] Update check_repo.py (#15014) added new line --- utils/check_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check_repo.py b/utils/check_repo.py index 47ff835414..121ea3e755 100644 --- a/utils/check_repo.py +++ b/utils/check_repo.py @@ -665,7 +665,7 @@ def check_docstrings_are_in_md(): raise ValueError( "The following files have docstrings written in rst:\n" + "\n".join([f"- {f}" for f in files_with_rst]) - + "To fix this run `doc-builder convert path_to_py_file` after installing `doc-builder`\n" + + "\nTo fix this run `doc-builder convert path_to_py_file` after installing `doc-builder`\n" "(`pip install git+https://github.com/huggingface/doc-builder`)" )