mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Clarify that GDScript is not based on Python
This also fixes capitalization where "GDscript" was used instead of "GDScript". This closes #4378.
This commit is contained in:
@@ -7,11 +7,12 @@ Introduction
|
||||
------------
|
||||
|
||||
*GDScript* is a high-level, dynamically typed programming language used to
|
||||
create content. It uses a syntax similar to
|
||||
`Python <https://en.wikipedia.org/wiki/Python_%28programming_language%29>`_
|
||||
(blocks are indent-based and many keywords are similar). Its goal is
|
||||
to be optimized for and tightly integrated with Godot Engine, allowing great
|
||||
flexibility for content creation and integration.
|
||||
create content. It uses an indentation-based syntax similar to languages like
|
||||
`Python <https://en.wikipedia.org/wiki/Python_%28programming_language%29>`_.
|
||||
Its goal is to be optimized for and tightly integrated with Godot Engine,
|
||||
allowing great flexibility for content creation and integration.
|
||||
|
||||
GDScript is entirely independent from Python and is not based on it.
|
||||
|
||||
History
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user