[docs] Fix Makefile target in describing-code.rst (#11428)

This commit is contained in:
Rex Yuan 2023-12-30 21:48:16 +08:00 committed by GitHub
parent d66d51ad8c
commit 23c9cb4e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ for easy examination. It is now time to fix the function:
def get_random_ingredients(kind=None):
return ["shells", "gorgonzola", "parsley"]
And finally, ``make test`` reports success!
And finally, ``make doctest`` reports success!
For big projects though, this manual approach can become a bit tedious.
In the next section, you will see :doc:`how to automate the