From 1395a958d79c7cfba42a52ddceda80f50c307bfb Mon Sep 17 00:00:00 2001 From: Pratik Borhade Date: Thu, 6 Jun 2024 12:49:29 +0530 Subject: [PATCH] Fix #122788: Typo in python api docs --- doc/python_api/rst/info_quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst index 60ba28da95c..ac6892beea9 100644 --- a/doc/python_api/rst/info_quickstart.rst +++ b/doc/python_api/rst/info_quickstart.rst @@ -60,7 +60,7 @@ Both the *Text Editor* and *Python Console* are space types you can select from Rather than manually configuring your spaces for Python development, you can use the *Scripting* workspace accessible from the Topbar tabs. -From the text editor you can open ``.py`` files or paste then from the clipboard, then test using *Run Script*. +From the text editor you can open ``.py`` files or paste them from the clipboard, then test using *Run Script*. The Python Console is typically used for typing in snippets and for testing to get immediate feedback, but can also have entire scripts pasted into it. Scripts can also run from the command line with Blender but to learn scripting in Blender this isn't essential.