Skip to content

Commit

Permalink
Update releasenotes/notes/accept-generators-31f080871015233c.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding authored Dec 4, 2024
1 parent a0118cb commit f03a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasenotes/notes/accept-generators-31f080871015233c.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
features:
- |
The following methods now support iterators as inputs, in addition to
The following methods now support sequences and generators as inputs, in addition to
the existing support for lists:
* :meth:`~rustworkx.PyGraph.add_nodes_from` and :meth:`~rustworkx.PyDiGraph.add_nodes_from`
* :meth:`~rustworkx.PyGraph.add_edges_from` and :meth:`~rustworkx.PyDiGraph.add_edges_from`
Expand Down

0 comments on commit f03a207

Please sign in to comment.