summaryrefslogtreecommitdiff
path: root/doc/classes/String.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-11-17 21:43:28 +0100
committerGitHub <noreply@github.com>2019-11-17 21:43:28 +0100
commitcc025fc8e7e379cb157890d08720f2cbcc96e3ad (patch)
tree37349ad3b2d96b88f8c558ee3d6ed0bd1ea4fee2 /doc/classes/String.xml
parentd75b43e961deb75303e3b05f8887a7a3571880ea (diff)
parentae76c626017b48fb98d9acb453662adbe6ffabfc (diff)
Merge pull request #33663 from Calinou/add-node-get-process-priority
Implement `Node::get_process_priority()` and its associated property
Diffstat (limited to 'doc/classes/String.xml')
-rw-r--r--doc/classes/String.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/String.xml b/doc/classes/String.xml
index 11a9f6dc0d..f5597d89e5 100644
--- a/doc/classes/String.xml
+++ b/doc/classes/String.xml
@@ -752,7 +752,6 @@
print(some_array[0]) # Prints "Four"
print(some_array[1]) # Prints "Three,Two,One"
[/codeblock]
-
</description>
</method>
<method name="rstrip">