Skip to content

Commit f3867c2

Browse files
committed
docs: use datetime as kitchen-sink API module
This fixes a parsing error raised by autodoc with urllib.parse
1 parent 5b9522c commit f3867c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/kitchen-sink/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Using Sphinx's ``sphinx.ext.autodoc`` plugin, it is possible to auto-generate do
2525
# Don't show class signature with the class' name.
2626
autodoc_class_signature = "separated"
2727
28-
.. automodule:: urllib.parse
28+
.. automodule:: datetime
2929
:members:

0 commit comments

Comments
 (0)