classref: Sync with current master branch (d34594179)

This commit is contained in:
Rémi Verschelde
2022-12-19 17:07:53 +01:00
parent 3924eb1a89
commit ad86ceb689
74 changed files with 3594 additions and 1086 deletions

View File

@@ -859,7 +859,7 @@ Returns a random value from the target array.
::
var array: Array\ :ref:`int<class_int>` = [1, 2, 3, 4]
var array: Array[int] = [1, 2, 3, 4]
print(array.pick_random()) # Prints either of the four numbers.
.. rst-class:: classref-item-separator