summaryrefslogtreecommitdiff
path: root/doc/data/messages/m/missing-any-param-doc/good.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/m/missing-any-param-doc/good.py')
-rw-r--r--doc/data/messages/m/missing-any-param-doc/good.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/data/messages/m/missing-any-param-doc/good.py b/doc/data/messages/m/missing-any-param-doc/good.py
index 238ea1bce..6fa9622ee 100644
--- a/doc/data/messages/m/missing-any-param-doc/good.py
+++ b/doc/data/messages/m/missing-any-param-doc/good.py
@@ -1,7 +1,7 @@
def puppies(head: str, tail: str):
"""Print puppy's details.
- :param head: description of the head of the dog
- :param tail: description of the tail of the dog
+ :param head: description of the head of the dog
+ :param tail: description of the tail of the dog
"""
print(head, tail)