Skip to content

Commit 23c9cb4

Browse files
authored
[docs] Fix Makefile target in describing-code.rst (#11428)
1 parent d66d51a commit 23c9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/describing-code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ for easy examination. It is now time to fix the function:
228228
def get_random_ingredients(kind=None):
229229
return ["shells", "gorgonzola", "parsley"]
230230
231-
And finally, ``make test`` reports success!
231+
And finally, ``make doctest`` reports success!
232232

233233
For big projects though, this manual approach can become a bit tedious.
234234
In the next section, you will see :doc:`how to automate the

0 commit comments

Comments
 (0)