Skip to content

Commit

Permalink
better doc
Browse files Browse the repository at this point in the history
  • Loading branch information
delta003 committed Sep 1, 2023
1 parent 8ac93a3 commit b44f30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/buffers.zig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const py = @import("pydust");
const Self = @This();

pub const __doc__ =
\\Using buffer protocol to use Python arrays.
\\Using buffer protocol to accept arrays, e.g. numpy.
;

pub fn sum(args: *const struct { arr: py.PyObject }) !u64 {
Expand Down

0 comments on commit b44f30d

Please sign in to comment.