Skip to content

Commit 4ee521c

Browse files
authored
Update Sketch_random_permutation.txt
minor adjustments
1 parent 42e0039 commit 4ee521c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py5_docs/Reference/api_en/Sketch_random_permutation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ subcategory = random
88
random_permutation(seq: Sequence[Any]) -> Sequence[Any]
99

1010
@@ variables
11-
seq: Sequence[Any] - Sequence of objects for which random permutation is required.
11+
seq: Sequence[Any] - sequence of objects for which random permutation is required.
1212

1313
@@ description
14-
Generates a random permutation for the given sequence. Each time the `random_permutation()` is called, it generates and return a random permuted sequence of the given sequence.
14+
Generates a random permutation for the given sequence. Each time the `random_permutation()` method is called, it generates and return a random permuted sequence of the given sequence.
1515

1616
The returned value will always be a sequence such as a list. If the provided sequence is empty, an empty list will be returned.
1717

0 commit comments

Comments
 (0)