mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[docs] Fix Makefile target in describing-code.rst (#11428)
This commit is contained in:
parent
d66d51ad8c
commit
23c9cb4e78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user