Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 1, 2021
1 parent 67b7013 commit 6bb8c58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fwdpy11/_types/diploid_population.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ def dump_tables_to_tskit(
Fixed bug that could generate a :class:`tskit.PopulationTable`
with an incorrect number of rows.
.. versionchanged:: 0.17.0
The `wrapped` keyword argument is deprecated.
"""
if wrapped is True:
warnings.warn(
Expand Down

0 comments on commit 6bb8c58

Please sign in to comment.