From f47e90783c1e7de2f74c7c43925b9cec777e73ac Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 07:04:35 -0700 Subject: [PATCH] copy --- examples/semantic-search-replace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index 6b8b25656..808423a9e 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -6,7 +6,7 @@ --- -#### coder.py> replace all the self.console.print() calls that contain [red] with calls to self.io.tool_error() with [red] removed from the string +#### > replace all the self.console.print() calls that contain [red] with calls to self.io.tool_error() with [red] removed from the string ```python aider/coder.py