Skip to content

Commit c252ba3

Browse files
committed
Updated docstyle link.
1 parent 62dac95 commit c252ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acme_corp/do_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
logger = logging.getLogger(__name__)
66

7-
# using Sphinx docstrings style: <https://sphinx-rtd-tutorial.readthedocs.io/en/latest/docstrings.html>
7+
# using numpy style docstrings style: <https://numpydoc.readthedocs.io/en/stable/format.html>
88

99
def perform_action(args, input_data):
1010
"""Perform some action

0 commit comments

Comments
 (0)