Skip to content

Commit 03f373a

Browse files
committed
Corrected another Sphinx capitlisation
1 parent f01cd43 commit 03f373a

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
@@ -92,7 +92,7 @@
9292
"source": [
9393
"We're going to document our \"greeter\" example from the previous section using docstrings with Sphinx.\n",
9494
"\n",
95-
"There are various conventions for how to write docstrings, but the native sphinx one doesn't look nice when used with\n",
95+
"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",
9797
"\n",
9898
"In writing Greeter, we used the docstring conventions from NumPy.\n",

0 commit comments

Comments
 (0)