Browse Source

Merge pull request #417 from Noshyaar/patch-1

Changed GlobalConfig to ProjectSettings
Rémi Verschelde 8 years ago
parent
commit
0a4a30ac49
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
 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
 is the first tutorial after all!), it is also possible to add custom
 configuration options and read them in run-time using the
 configuration options and read them in run-time using the
-:ref:`GlobalConfig <class_GlobalConfig>` singleton.
+:ref:`ProjectSettings <class_ProjectSettings>` singleton.
 
 
 To be continued...
 To be continued...
 ------------------
 ------------------