diff --git a/src/docstring/templates/google.mustache b/src/docstring/templates/google.mustache index 951e979..77d16ac 100644 --- a/src/docstring/templates/google.mustache +++ b/src/docstring/templates/google.mustache @@ -23,13 +23,13 @@ Raises: Returns: {{#returns}} - {{typePlaceholder}}: {{descriptionPlaceholder}} + A[n] {{typePlaceholder}} {{descriptionPlaceholder}} {{/returns}} {{/returnsExist}} {{#yieldsExist}} Yields: {{#yields}} - {{typePlaceholder}}: {{descriptionPlaceholder}} + A[n] {{typePlaceholder}} {{descriptionPlaceholder}} {{/yields}} {{/yieldsExist}}