diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-17 21:43:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 21:43:28 +0100 |
commit | cc025fc8e7e379cb157890d08720f2cbcc96e3ad (patch) | |
tree | 37349ad3b2d96b88f8c558ee3d6ed0bd1ea4fee2 /doc/classes/String.xml | |
parent | d75b43e961deb75303e3b05f8887a7a3571880ea (diff) | |
parent | ae76c626017b48fb98d9acb453662adbe6ffabfc (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.xml | 1 |
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"> |