Skip to content

Commit

Permalink
Merge branch 'mb/iterator' of github.com:fulcrum-so/ziggy-pydust into…
Browse files Browse the repository at this point in the history
… mb/iterator
  • Loading branch information
delta003 committed Sep 7, 2023
2 parents 4564018 + eaea8ac commit 1aac17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/iterators.zig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub const Range = py.class("Range", struct {
}
});

pub const RangeIterator = py.class("Iterable", struct {
pub const RangeIterator = py.class("RangeIterator", struct {
pub const __doc__ = "Range iterator";

const Self = @This();
Expand Down

0 comments on commit 1aac17d

Please sign in to comment.