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 bc8f43b commit d12eccbCopy full SHA for d12eccb
docs/changes/+76d54892.misc.rst
@@ -0,0 +1 @@
1
+Fix formatting failure in tests
tests/python/pystdlib/conf.py
@@ -18,7 +18,8 @@
18
autoapi_keep_files = True
19
autoapi_options = [
20
"members",
21
- "undoc-members" "special-members",
+ "undoc-members",
22
+ "special-members",
23
"imported-members",
24
"inherited-members",
25
]
0 commit comments