Skip to content

Commit

Permalink
Update python/src/nanoarrow/_lib_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
paleolimbot and jorisvandenbossche authored Nov 16, 2023
1 parent 24aaa74 commit 8d61def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/nanoarrow/_lib_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def schema_repr(schema, indent=0):
if schema.metadata is None:
lines.append(f"{indent_str}- metadata: NULL")
else:
lines.append(f"{indent_str}- metadata: NULL")
lines.append(f"{indent_str}- metadata:")
for key, value in metadata:
lines.append(f"{indent_str} - {repr(key)}: {repr(value)}")

Expand Down

0 comments on commit 8d61def

Please sign in to comment.