Skip to content

Commit f01cd43

Browse files
committed
Added a note about where the greeter example comes from
1 parent 1e8e1eb commit f01cd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch04packaging/04documentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"cell_type": "markdown",
9191
"metadata": {},
9292
"source": [
93-
"We're going to document our \"greeter\" example using docstrings with Sphinx.\n",
93+
"We're going to document our \"greeter\" example from the previous section using docstrings with Sphinx.\n",
9494
"\n",
9595
"There are various conventions for how to write docstrings, but the native sphinx one doesn't look nice when used with\n",
9696
"the built in `help` system.\n",

0 commit comments

Comments
 (0)