Skip to content

Commit

Permalink
Fix: fix docstring line (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Mar 9, 2022
1 parent 94a1ba3 commit d036ab1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/awkward/operations/describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ def fields(array):
def is_tuple(array):
"""
Args:
array (#ak.Array, #ak.Record, #ak.layout.Content, #ak.layout.Record,
#ak.ArrayBuilder, #ak.layout.ArrayBuilder):
array (#ak.Array, #ak.Record, #ak.layout.Content, #ak.layout.Record, #ak.ArrayBuilder, #ak.layout.ArrayBuilder):
Array or record to check.
If `array` is a record, this returns True if the record is a tuple.
Expand Down

0 comments on commit d036ab1

Please sign in to comment.