Skip to content

Commit

Permalink
fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Jan 29, 2025
1 parent a6d0f80 commit 143214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awkward/operations/ak_zip_no_broadcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def zip_no_broadcast(
Doing so with a list creates tuples, whose fields are not named.
>>> ak.zip([one, two]).show()
>>> ak.zip_no_broadcast([one, two]).show()
[[(1.1, 'a'), (2.2, 'b'), (3.3, 'c')],
[],
[(4.4, 'd')],
Expand Down

0 comments on commit 143214b

Please sign in to comment.