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