Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-28 16:13:10 +01:00 committed by GitHub
parent 808495a61a
commit 823d98f027
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,9 @@ Output:
[1 2 3 4]]] [1 2 3 4]]]
``` ```
### Dont confuse tile() with repeat()! ## [numpy.repeat](https://numpy.org/doc/stable/reference/generated/numpy.repeat.html#numpy-repeat)
**Dont confuse tile() with repeat()!**
```python ```python
numpy.repeat(a, repeats, axis=None)[source] numpy.repeat(a, repeats, axis=None)[source]