Skip to content

Commit

Permalink
fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacovercast committed Aug 2, 2018
1 parent e402946 commit b918ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API_user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ branching process. Below is an example.
## access all Sample names in data1
allsamples = data1.samples.keys()
print "Samples in data1:\n", "\n".join(subsamples)
print "Samples in data1:\n", "\n".join(allsamples)
.. parsed-literal::
Expand Down

0 comments on commit b918ee8

Please sign in to comment.