Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions 6 Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,8 @@ Let's start with defining some terminology:

``two-pass``
A buffer like ``buffer``. However, a two-pass buffer can only
be written once, and it prints out all text sent to it during
all of processing, even from Clinic blocks *after* the
be dumped once, and it prints out all text sent to it during
all processing, even from Clinic blocks *after* the dumping point.

``suppress``
The text is suppressed—thrown away.
Expand Down Expand Up @@ -1471,7 +1471,7 @@ preset configurations, as follows:
The default filename is ``"{dirname}/clinic/{basename}.h"``.

``buffer``
Save up all most of the output from Clinic, to be written into
Save up most of the output from Clinic, to be written into
your file near the end. For Python files implementing modules
or builtin types, it's recommended that you dump the buffer
just above the static structures for your module or
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.