Skip to content

Commit 363541b

Browse files
author
Your Name
committed
Remove extraneous space in schema
1 parent 44c39e0 commit 363541b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cecli/tools/read_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Tool(BaseTool):
3030
" respectively. Avoid using both of the special markers together on non-empty"
3131
" files. Never use content hashes as the start_text and end_text values. Do not use"
3232
" the same pattern for the start_text and end_text. It is best to use function"
33-
" names, variable declarations and other block identifiers as start_texts and"
33+
" names, variable declarations and other block identifiers as start_texts and"
3434
" end_texts."
3535
),
3636
"parameters": {

0 commit comments

Comments
 (0)