From 476acc7715cf91ca1f3e4112ba6b894d54ee7fe5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 26 Nov 2024 14:23:18 -0800 Subject: [PATCH] copy --- aider/website/docs/scripting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/docs/scripting.md b/aider/website/docs/scripting.md index df9533af0..32d060f25 100644 --- a/aider/website/docs/scripting.md +++ b/aider/website/docs/scripting.md @@ -96,5 +96,5 @@ coder = Coder.create(model=model, fnames=fnames, io=io) ``` {: .note } -The scripting API is not officially supported or documented and may -change without warning. +The python scripting API is not officially supported or documented, +and could change in future releases without providing backwards compatibility.