diff options
author | mattip <matti.picus@gmail.com> | 2019-10-15 00:54:28 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-15 00:54:28 +0300 |
commit | fbf89d812141c3f65447fb5ee48b95e274881cec (patch) | |
tree | 02b36e9928f88f5e14e026dc7913fe55d9aa6258 /numpy/matlib.py | |
parent | 185efe1bb746ad5b6ac23d106df12ad35a207d49 (diff) | |
download | numpy-fbf89d812141c3f65447fb5ee48b95e274881cec.tar.gz |
DOC: typos from review
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r-- | numpy/matlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/matlib.py b/numpy/matlib.py index c495c04ae..b1b155586 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -285,7 +285,7 @@ def randn(*args): See Also -------- - rand, random.RandomState.randn + rand, numpy.random.RandomState.randn Notes ----- |