docs: fixed indentation (#4078)

"Copy the clipboard" doesn't return valid Python code.
This commit is contained in:
Mahmut CAVDAR
2025-04-02 13:44:45 -04:00
committed by GitHub
parent 67e8f8fc11
commit cce9801a8b
-1
View File
@@ -279,7 +279,6 @@
" if user_input.lower() in [\"quit\", \"exit\", \"q\"]:\n",
" print(\"Goodbye!\")\n",
" break\n",
"\n",
" stream_graph_updates(user_input)\n",
" except:\n",
" # fallback if input() is not available\n",