docs: update typo in a tool (#3385)

Fixes #3383
This commit is contained in:
Vadym Barda
2025-02-11 13:08:33 -05:00
committed by GitHub
parent e9809ae9c1
commit fda79e00ce
@@ -197,7 +197,7 @@
" \"\"\"Read the specified document.\"\"\"\n",
" with (WORKING_DIRECTORY / file_name).open(\"r\") as file:\n",
" lines = file.readlines()\n",
" if start is not None:\n",
" if start is None:\n",
" start = 0\n",
" return \"\\n\".join(lines[start:end])\n",
"\n",