Skip to content

Commit

Permalink
Fixed a typo in the docstring of write_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
jmao-denver committed Nov 23, 2021
1 parent b4bff45 commit 06a69f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyintegration/deephaven2/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def read(path: str,


def write(table: Table, path: str, cols: List[str] = []) -> None:
""" WriteC a table to a standard CSV file.
""" Write a table to a standard CSV file.
Args:
table (Table): the source table
Expand Down

0 comments on commit 06a69f1

Please sign in to comment.