summaryrefslogtreecommitdiffstats
path: root/doc/classes/GraphEdit.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-01-07 11:46:26 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-01-07 12:15:01 +0100
commita15620c83e7ee0f77d2582f0664431a7893c4283 (patch)
tree8c570c31142c735734e4bf90a5805708138b6f23 /doc/classes/GraphEdit.xml
parent698728f1c2726563db11d8e3b07a6126d69ee953 (diff)
downloadredot-engine-a15620c83e7ee0f77d2582f0664431a7893c4283.tar.gz
doc: Fix wrong references found by Sphinx and new makerst.py
Diffstat (limited to 'doc/classes/GraphEdit.xml')
-rw-r--r--doc/classes/GraphEdit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml
index e778a6423a..715c23d869 100644
--- a/doc/classes/GraphEdit.xml
+++ b/doc/classes/GraphEdit.xml
@@ -5,7 +5,7 @@
</brief_description>
<description>
GraphEdit manages the showing of GraphNodes it contains, as well as connections and disconnections between them. Signals are sent for each of these two events. Disconnection between GraphNodes slots is disabled by default.
- It is greatly advised to enable low processor usage mode (see [method OS.set_low_processor_usage_mode]) when using GraphEdits.
+ It is greatly advised to enable low processor usage mode (see [member OS.low_processor_usage_mode]) when using GraphEdits.
</description>
<tutorials>
</tutorials>