Skip to content

Commit

Permalink
Rename to reflect list of dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetsukumaran committed Jan 8, 2023
1 parent 26c3bfb commit 0b0d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dendropy/interop/seqgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def generate(
dataset.read(data=stdout, schema="nexus")
return dataset

def generate_dict(
def generate_dicts(
self,
**kwargs,
):
Expand Down

0 comments on commit 0b0d8df

Please sign in to comment.