From bd87480d20aed028c0d600c3564ace977712b057 Mon Sep 17 00:00:00 2001 From: Raghavan Date: Tue, 26 Jul 2022 12:37:11 +0530 Subject: [PATCH] Fix command of doc tests for local testing (#18236) * Fix command of doc tests for local testing * Fix command for after running doc tests locally --- utils/prepare_for_doc_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/prepare_for_doc_test.py b/utils/prepare_for_doc_test.py index 123219954c..2f8dcfeb92 100644 --- a/utils/prepare_for_doc_test.py +++ b/utils/prepare_for_doc_test.py @@ -28,7 +28,7 @@ When debugging the doc tests locally, please make sure to always run: - ```python utils/prepare_for_doc_test.py src doc``` + ```python utils/prepare_for_doc_test.py src docs``` before running the doc tests: @@ -36,7 +36,7 @@ Afterwards you should revert the changes by running - ```python utils/prepare_for_doc_test.py src doc --remove_new_line``` + ```python utils/prepare_for_doc_test.py src docs --remove_new_line``` """ import argparse