Skip to content

Commit

Permalink
last time i promise
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Apr 22, 2024
1 parent ff997dd commit 0fe2c4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def combine_sections(self):
elif name == "Rtype:":
unique_sections[
"Return:"
].content = (f"({content.rstrip()}) {unique_sections['Return:'].content}")
].content = f"({content.rstrip()}) {unique_sections['Return:'].content}"
else:
matching_type = type_sections.get(str(section.arg_name))

Expand Down

0 comments on commit 0fe2c4e

Please sign in to comment.