Skip to content

Commit 53aff99

Browse files
committed
Fix docstring typo
1 parent 177c406 commit 53aff99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/backends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
4242
>>> trace.get_values('x', burn=1000)
4343
44-
Setting the `combined` flag will concatenate the results from all the
44+
Setting the `combine` flag will concatenate the results from all the
4545
chains.
4646
4747
>>> trace.get_values('x', burn=1000, combine=True)

0 commit comments

Comments
 (0)