diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-12-13 12:03:45 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2014-12-13 12:03:45 +0100 |
commit | 3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5 (patch) | |
tree | 346e177b206896e2209351dafe7190e615a18a04 /numpy/core/fromnumeric.py | |
parent | 2070ecf08a4727819b0268f761f6614a153e619c (diff) | |
parent | 1b908fc0f119f6d4137080d1db317b6b9c4e3e74 (diff) | |
download | numpy-3ef77eea0d9c2cd76bc9b89b04a32f1322f842d5.tar.gz |
Merge pull request #5368 from tacaswell/sundry_doc_changes
Cleanups in documentation formatting.
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index bab7cdf4b..321deb014 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -357,7 +357,7 @@ def repeat(a, repeats, axis=None): ---------- a : array_like Input array. - repeats : {int, array of ints} + repeats : int or array of ints The number of repetitions for each element. `repeats` is broadcasted to fit the shape of the given axis. axis : int, optional |