We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66d51a commit 23c9cb4Copy full SHA for 23c9cb4
doc/tutorial/describing-code.rst
@@ -228,7 +228,7 @@ for easy examination. It is now time to fix the function:
228
def get_random_ingredients(kind=None):
229
return ["shells", "gorgonzola", "parsley"]
230
231
-And finally, ``make test`` reports success!
+And finally, ``make doctest`` reports success!
232
233
For big projects though, this manual approach can become a bit tedious.
234
In the next section, you will see :doc:`how to automate the
0 commit comments