aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-05 05:33:59 -0700
committerGitHub <noreply@github.com>2022-07-05 14:33:59 +0200
commite28446858f57501b488c76ba5dc93368566da25b (patch)
tree581a63e918a9d8b5c2679c3010d1ceac12b8b0c0 /Tools
parent77bf9739305a0c9178ec94338c1289df0bdce738 (diff)
downloadcpython3-e28446858f57501b488c76ba5dc93368566da25b.tar.gz
gh-94538: Fix Argument Clinic output to custom file (GH-94539) (GH-94555)
(cherry picked from commit 2b8ed4d3d4741811da31fc774a202d535755c0a9) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/clinic/clinic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/clinic/clinic.py b/Tools/clinic/clinic.py
index 5ad4f879a3..791d434082 100755
--- a/Tools/clinic/clinic.py
+++ b/Tools/clinic/clinic.py
@@ -4131,7 +4131,7 @@ class DSLParser:
self.block.output.append('\n')
return
- d = self.clinic.get_destination(destination)
+ d = self.clinic.get_destination_buffer(destination)
if command_or_name == "everything":
for name in list(fd):