diff --git a/numpy/extending/README.md b/numpy/extending/README.md index 8233e93..56ee4f8 100644 --- a/numpy/extending/README.md +++ b/numpy/extending/README.md @@ -141,7 +141,9 @@ Output: [1 2 3 4]]] ``` -### Don’t confuse tile() with repeat()!​ +## [numpy.repeat](https://numpy.org/doc/stable/reference/generated/numpy.repeat.html#numpy-repeat) + +**Don’t confuse tile() with repeat()!​** ```python numpy.repeat(a, repeats, axis=None)[source]