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
Next Next commit
Merge branch 'main' into typed-clinic/converters
  • Loading branch information
AlexWaygood authored May 16, 2023
commit 75cb81ecbd6523df586647151ac44df49ef1572e
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __repr__(self) -> str:
sig_end_marker = '--'

Appender = Callable[[str], None]
Outputter = Callable[[None], str]
Outputter = Callable[[], str]
TemplateDict = dict[str, str]

class _TextAccumulator(NamedTuple):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.