Skip to content

Commit

Permalink
add colons to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 20, 2023
1 parent 09f4a09 commit 8552190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cytotable/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ def _write_parquet_table_with_metadata(table: pa.Table, **kwargs) -> None:
https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_table.html
Args:
table: pa.Table
table: pa.Table:
Pyarrow table to be serialized as parquet table.
**kwargs: Any
**kwargs: Any:
kwargs provided to this function roughly align with
pyarrow.parquet.write_table. The following might be
examples of what to expect here:
Expand Down

0 comments on commit 8552190

Please sign in to comment.