Skip to content

Commit 40aef2c

Browse files
Update docstring_rule.md
1 parent 7f5a3cc commit 40aef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devdoc/docstring_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ class LearnModel(base.Posterior,base.PredictiveMixin):
510510
xxx : numpy.ndarray, optional
511511
A vector of real numbers in :math:`[0, 1]`,
512512
by default [1/yyy, 1/yyy, ... , 1/yyy]
513-
Sum of its elements must be 1.
513+
Sum of its elements must be 1.0.
514514
```
515515

516516
#### 実数のベクトルの組

0 commit comments

Comments
 (0)