Skip to content

Commit 919a620

Browse files
authoredFeb 28, 2019
Fix typo in function name in example
The example made a call to a `utils` function using upper case.
1 parent 3e30129 commit 919a620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ Use the bayesian_cut package for performing graph cuts
8888
8989
# Plot the cut as an adjacency matrix
9090
from bayesian_cut.utils import utils
91-
utils.Cluster_plot(BC)
91+
utils.cluster_plot(BC)
9292
9393
# Done

0 commit comments

Comments
 (0)
Please sign in to comment.