提交 9e09774d authored 作者: Frederic's avatar Frederic

Fix typo in doc.

上级 ff31782c
...@@ -65,7 +65,7 @@ Reference ...@@ -65,7 +65,7 @@ Reference
to supplement the missing information. to supplement the missing information.
This is a generalization of numpy.random.random_integers to This is a generalization of numpy.random.random_integers to
the case where low and high are tensors. Otherwise it behave the same. the case where low and high are tensors. Otherwise it behaves the same.
.. method:: choice(self, size=(), a=2, replace=True, p=None, ndim=None, dtype='int64'): .. method:: choice(self, size=(), a=2, replace=True, p=None, ndim=None, dtype='int64'):
...@@ -108,7 +108,7 @@ Reference ...@@ -108,7 +108,7 @@ Reference
Note that the output will then be of dimension ndim+1. Note that the output will then be of dimension ndim+1.
This is a generalization of numpy.random.permutation to This is a generalization of numpy.random.permutation to
the generate many permutation. Otherwise it behave the same. the generate many permutation. Otherwise it behaves the same.
.. method:: multinomial(self, size=(), n=1, pvals=[0.5, 0.5], ndim=None): .. method:: multinomial(self, size=(), n=1, pvals=[0.5, 0.5], ndim=None):
...@@ -120,7 +120,7 @@ Reference ...@@ -120,7 +120,7 @@ Reference
may always specify it with the `ndim` parameter. may always specify it with the `ndim` parameter.
This is a generalization of numpy.random.multinomial to the This is a generalization of numpy.random.multinomial to the
case where n and pvals are tensors. Otherwise it behave the case where n and pvals are tensors. Otherwise it behaves the
same. same.
.. note:: .. note::
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论