Browse Source

Changed GlobalConfig to ProjectSettings

Poommetee Ketson 8 years ago
parent
commit
0ebc9417cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      learning/step_by_step/scenes_and_nodes.rst

+ 1 - 1
learning/step_by_step/scenes_and_nodes.rst

@@ -202,7 +202,7 @@ remembered.
 As a side note, for future reference and a little out of context (this
 is the first tutorial after all!), it is also possible to add custom
 configuration options and read them in run-time using the
-:ref:`GlobalConfig <class_GlobalConfig>` singleton.
+:ref:`ProjectSettings <class_ProjectSettings>` singleton.
 
 To be continued...
 ------------------