Skip to content

Commit

Permalink
Missing space before ":func:"
Browse files Browse the repository at this point in the history
  • Loading branch information
mugenen committed May 6, 2012
1 parent 1b60502 commit 1fc1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbayes1/ndarray.rst
Expand Up @@ -127,7 +127,7 @@ np.array() 関数による生成

Return a new array of given shape and type, without initializing entries.

:func:`np.zeros` ,:func:`np.ones` ,および :func:`np.empty` には,それぞれ今までに生成した配列と同じ大きさの配列を生成する関数 :func:`np.zeros_like` ,:func:`np.ones_like` ,および :func:`np.empty_like` があります.
:func:`np.zeros` , :func:`np.ones` ,および :func:`np.empty` には,それぞれ今までに生成した配列と同じ大きさの配列を生成する関数 :func:`np.zeros_like` , :func:`np.ones_like` ,および :func:`np.empty_like` があります.

.. index:: zeros_like

Expand Down

0 comments on commit 1fc1f16

Please sign in to comment.