Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address review
  • Loading branch information
AlexWaygood authored and erlend-aasland committed Jul 4, 2023
commit 68668b2b1ce3789014a54905fec1dfaabfbd634c
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def parse_line(self, line: str) -> None:
def render(
self,
clinic: Clinic | None,
signatures
signatures: Iterable[Function]
) -> str:
function = None
for o in signatures:
Expand Down