Skip to content

Commit 608bf9d

Browse files
kataevDenis Kataev
authored and
Denis Kataev
committed
Update to_tuple docs shape_utils.py
1 parent e936b56 commit 608bf9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pymc/distributions/shape_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ def to_tuple(shape):
5959
6060
Returns
6161
-------
62-
If `shape` is None, returns an empty tuple. If it's an int, (shape,) is
63-
returned. If it is array-like, tuple(shape) is returned.
62+
shape:
63+
If `shape` is None, returns an empty tuple. If it's an int, (shape,) is
64+
returned. If it is array-like, tuple(shape) is returned.
6465
"""
6566
if shape is None:
6667
return tuple()

0 commit comments

Comments
 (0)