Skip to content

Commit 699344b

Browse files
ferrinetaku-y
authored andcommitted
fix small typo
1 parent 48c081f commit 699344b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class Minibatch(tt.TensorVariable):
195195
>>> moredata = np.random.rand(10, 20, 30, 40, 50)
196196
197197
default total_size is then (10, 20, 30, 40, 50) but
198-
can be less verbose in sove cases
198+
can be less verbose in some cases
199199
200200
1) Advanced indexing, `total_size = (10, Ellipsis, 50)`
201201
>>> x = Minibatch(moredata, [2, Ellipsis, 10])

0 commit comments

Comments
 (0)