Skip to content

Commit 839db19

Browse files
committed
Update docstring_rule.md
1 parent e75d31d commit 839db19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devdoc/docstring_rule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class LearnModel(base.Posterior,base.PredictiveMixin):
414414
xxx : float or numpy.ndarray, optional
415415
Real numbers,
416416
by default [0.0, 0.0, ... , 0.0]
417-
If a single scaler is input, it will be broadcasted.
417+
If a single real number is input, it will be broadcasted.
418418
```
419419

420420
#### 非負の実数の組
@@ -423,7 +423,7 @@ class LearnModel(base.Posterior,base.PredictiveMixin):
423423
xxx : float or numpy.ndarray, optional
424424
Non-negative real numbers,
425425
by default [1.0, 1.0, ... , 1.0]
426-
If a single scaler is input, it will be broadcasted.
426+
If a single real number is input, it will be broadcasted.
427427
```
428428

429429
#### 正の実数の組

0 commit comments

Comments
 (0)