Skip to content

Commit 5cc43a5

Browse files
author
Denis Kataev
committed
Types
1 parent 608bf9d commit 5cc43a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/distributions/shape_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def to_tuple(shape):
5959
6060
Returns
6161
-------
62-
shape:
62+
shape : tuple
6363
If `shape` is None, returns an empty tuple. If it's an int, (shape,) is
6464
returned. If it is array-like, tuple(shape) is returned.
6565
"""
@@ -322,7 +322,7 @@ def change_dist_size(
322322
323323
Returns
324324
-------
325-
dist:
325+
dist : TensorVariable
326326
A new distribution variable that is equivalent to the original distribution with
327327
the new size. The new distribution will not reuse the old RandomState/Generator
328328
input, so it will be independent from the original distribution.

0 commit comments

Comments
 (0)