Skip to content

Commit

Permalink
Update Tools/clinic/clinic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Dec 22, 2023
1 parent 71534ea commit 71e0ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6310,8 +6310,8 @@ def add_parameter(text: str) -> None:
# therefore this is commented out:
#
# if f.return_converter.py_default:
# acc.add(' -> ')
# acc.add(f.return_converter.py_default)
# lines.append(' -> ')
# lines.append(f.return_converter.py_default)

if not f.docstring_only:
lines.append("\n" + sig_end_marker + "\n")
Expand Down

0 comments on commit 71e0ead

Please sign in to comment.