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 62dac95 commit c252ba3Copy full SHA for c252ba3
acme_corp/do_task.py
@@ -4,7 +4,7 @@
4
5
logger = logging.getLogger(__name__)
6
7
-# using Sphinx docstrings style: <https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html>
+# using numpy style docstrings style: <https://numpydoc.readthedocs.io/en/stable/format.html>
8
9
def perform_action(args, input_data):
10
"""Perform some action
0 commit comments