Unverified Commit bd87480d authored by Raghavan's avatar Raghavan Committed by GitHub
Browse files

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
parent 45a14754
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
When debugging the doc tests locally, please make sure to When debugging the doc tests locally, please make sure to
always run: 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: before running the doc tests:
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
Afterwards you should revert the changes by running 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 import argparse
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment