Skip to content

Commit

Permalink
add missing ) in iPython block
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 22, 2019
1 parent f8f679f commit c1ecd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/working_with_genotypes_trees.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Tree traversal

.. ipython:: python
ti = fwdpy11.TreeIterator(pop.tables, [i for i in range(50)]
ti = fwdpy11.TreeIterator(pop.tables, [i for i in range(50)])
For each tree, you may access the parent/child/etc. elements described in :ref:`representing_trees`. In general,
tree access is an advanced topic that allows efficient algorithms to be developed. For now, see :ref:`bgs` for an
Expand Down

0 comments on commit c1ecd10

Please sign in to comment.